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 8a65ae6 commit 6a0270aCopy full SHA for 6a0270a
packages/database/src/core/RepoInfo.ts
@@ -43,7 +43,7 @@ export class RepoInfo {
43
public readonly secure: boolean,
44
public readonly namespace: string,
45
public readonly webSocketOnly: boolean,
46
- public readonly nodeAdmin: boolean,
+ public readonly nodeAdmin: boolean = false,
47
public readonly persistenceKey: string = '',
48
public readonly includeNamespaceInQueryParams: boolean = false
49
) {
0 commit comments