Skip to content

Commit 6c07e9b

Browse files
committed
Adddressed comment
1 parent 2045401 commit 6c07e9b

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
@@ -46,7 +46,7 @@ export class RepoInfo {
4646
public readonly nodeAdmin: boolean = false,
4747
public readonly persistenceKey: string = '',
4848
public readonly includeNamespaceInQueryParams: boolean = false,
49-
public readonly isUsingEmulator = false
49+
public readonly isUsingEmulator: boolean = false
5050
) {
5151
this._host = host.toLowerCase();
5252
this._domain = this._host.substr(this._host.indexOf('.') + 1);

0 commit comments

Comments
 (0)