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 61b8a48 commit 71e4440Copy full SHA for 71e4440
src/database/api/Database.ts
@@ -89,7 +89,6 @@ export class Database {
89
90
/**
91
* @param {string} apiName
92
- * @private
93
*/
94
private checkDeleted_(apiName) {
95
if (this.repo_ === null) {
src/database/core/Repo.ts
@@ -37,7 +37,7 @@ export class Repo {
37
dataUpdateCount;
38
serverSyncTree_: SyncTree;
39
40
- private repoInfo_;
+ public repoInfo_;
41
private stats_;
42
private statsListener_;
43
private eventQueue_;
0 commit comments