mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
change spacing in background.ts
This commit is contained in:
+1
-1
@@ -1,4 +1,3 @@
|
||||
|
||||
import * as Sentry from "@sentry/browser";
|
||||
|
||||
browser.storage.local.get([ "telemetry" ]).then((telemetry) => {
|
||||
@@ -20,6 +19,7 @@ browser.storage.local.get([ "telemetry" ]).then((telemetry) => {
|
||||
});
|
||||
}
|
||||
})
|
||||
|
||||
import browser from 'webextension-polyfill'
|
||||
import { onError } from './seqta/utils/onError';
|
||||
export const openDB = () => {
|
||||
|
||||
Reference in New Issue
Block a user