We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0088cb5 commit 872b58bCopy full SHA for 872b58b
1 file changed
src/client/transport/local.ts
@@ -236,7 +236,7 @@ export class LocalTransport extends Transport {
236
}
237
238
const localMasters = new Map();
239
-export function Local(opts: Pick<LocalMasterOpts, 'bots'>) {
+export function Local(opts?: Pick<LocalMasterOpts, 'bots'>) {
240
return (
241
transportOpts: Pick<LocalMasterOpts, 'game'> &
242
LocalTransportOpts & { gameKey: Game }
0 commit comments