We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db55aaa commit 878fccbCopy full SHA for 878fccb
apps/frontend/src/ui/components/overlay/cluster/ClusterGameSetup.tsx
@@ -69,7 +69,7 @@ function ClusterGameSetup(props: ClusterStepProps) {
69
if (!untracked[prop])
70
throw new Error(`Missing required property ${prop}`);
71
72
- await bridge.commands.createCluster({
+ bridge.commands.createCluster({
73
icon: null,
74
icon_url: null,
75
loader_version: null,
0 commit comments