Skip to content

Commit 6a0270a

Browse files
committed
Fix compile
1 parent 8a65ae6 commit 6a0270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/core/RepoInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class RepoInfo {
4343
public readonly secure: boolean,
4444
public readonly namespace: string,
4545
public readonly webSocketOnly: boolean,
46-
public readonly nodeAdmin: boolean,
46+
public readonly nodeAdmin: boolean = false,
4747
public readonly persistenceKey: string = '',
4848
public readonly includeNamespaceInQueryParams: boolean = false
4949
) {

0 commit comments

Comments
 (0)