Skip to content

Commit

Permalink
hotfix: load devdb in production
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcoding810 committed Aug 25, 2024
1 parent 028c352 commit 2b7e1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/background/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ async function setupBadge() {
}

async function setupDevDB() {
if (isProd) return;
await setValue(devdb);
}

Expand Down

0 comments on commit 2b7e1b4

Please sign in to comment.