Skip to content

Commit

Permalink
chore: update db version
Browse files Browse the repository at this point in the history
  • Loading branch information
akhileshthite committed Mar 27, 2024
1 parent 0d72812 commit 9e1a3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ActivityPubDB {
}

static async load (name = DEFAULT_DB, fetch = globalThis.fetch) {
const db = await openDB(name, 2, {
const db = await openDB(name, 1, {
upgrade
})

Expand Down

0 comments on commit 9e1a3e2

Please sign in to comment.