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:
Fusion (runfusion.ai)
2026-05-19 12:27:09 -07:00
committed by gsxdsm
parent 1565b6dc52
commit 2c75ac6227
3 changed files with 31 additions and 0 deletions

View File

@@ -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;