Skip to content

Commit

Permalink
minor change in prep for specifying snapshot topic for wksp.create()
Browse files Browse the repository at this point in the history
  • Loading branch information
CAWorks-ChrisA committed Nov 13, 2024
1 parent 4f0e0b7 commit fdec1d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ export async function bootstrapWorkspace(opts: {
}

// const appPrefixName = appPrefix.toString()
const snapshotName = appPrefix.append('32=snapshot').toString()
const snapshotTopic = 'snapshot'
const snapshotName = appPrefix.append('32=' + snapshotTopic).toString()
const localYJSUpdate = await persistStore.get('localSnapshot')

const localTimestamp = await persistStore.get('snapshotTimestamp')
Expand Down

0 comments on commit fdec1d7

Please sign in to comment.