Skip to content

Commit 71e4440

Browse files
committed
WIP: fix: TS Build error
1 parent 61b8a48 commit 71e4440

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/database/api/Database.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export class Database {
8989

9090
/**
9191
* @param {string} apiName
92-
* @private
9392
*/
9493
private checkDeleted_(apiName) {
9594
if (this.repo_ === null) {

src/database/core/Repo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class Repo {
3737
dataUpdateCount;
3838
serverSyncTree_: SyncTree;
3939

40-
private repoInfo_;
40+
public repoInfo_;
4141
private stats_;
4242
private statsListener_;
4343
private eventQueue_;

0 commit comments

Comments
 (0)