feat(FN-5188): complete Step 2 — persist bootstrappedAt
Fusion-Task-Id: FN-5188 Fusion-Task-Lineage: 6d238ff1-2d69-44e7-8694-ec19e412f8ef
This commit is contained in:
committed by
gsxdsm
parent
1565b6dc52
commit
2c75ac6227
@@ -8805,6 +8805,10 @@ ${stepsSection}`;
|
||||
return this.db;
|
||||
}
|
||||
|
||||
getBootstrappedAt(): number | null {
|
||||
return this.db.getBootstrappedAt();
|
||||
}
|
||||
|
||||
async getSecretsStore(): Promise<SecretsStore> {
|
||||
if (this.secretsStore) {
|
||||
return this.secretsStore;
|
||||
|
||||
Reference in New Issue
Block a user