Skip to content

Commit 8ec57a5

Browse files
BunsDevCopilot
andauthored
Update apps/server/src/wsServer.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 14c95f7 commit 8ec57a5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/server/src/wsServer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,6 @@ export const createServer = Effect.fn(function* (): Effect.fn.Return<
16161616
gatewayUrl: resolvedConfig.gatewayUrl,
16171617
password: body.password ?? resolvedConfig.sharedSecret,
16181618
});
1619-
yield* publishServerConfigUpdated();
16201619
return result;
16211620
}
16221621

0 commit comments

Comments
 (0)