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 2045401 commit 6c07e9bCopy full SHA for 6c07e9b
packages/database/src/core/RepoInfo.ts
@@ -46,7 +46,7 @@ export class RepoInfo {
46
public readonly nodeAdmin: boolean = false,
47
public readonly persistenceKey: string = '',
48
public readonly includeNamespaceInQueryParams: boolean = false,
49
- public readonly isUsingEmulator = false
+ public readonly isUsingEmulator: boolean = false
50
) {
51
this._host = host.toLowerCase();
52
this._domain = this._host.substr(this._host.indexOf('.') + 1);
0 commit comments