Skip to content

Commit

Permalink
Deleted straggling } ↞ [auto-sync from https://github.com/KudoAI/ch…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Dec 21, 2024
1 parent 84ac066 commit 7a9504e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/chrome/extension/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
await import(chrome.runtime.getURL(resource))

// Init ENV context
const env = { scheme: getScheme() }}
const env = { scheme: getScheme() }

// Import APP data
const { app } = await chrome.storage.sync.get('app')
Expand Down

0 comments on commit 7a9504e

Please sign in to comment.