Skip to content

Commit

Permalink
change spacing in background.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBurkart123 authored and SethBurkart123 committed Dec 10, 2023
1 parent edcfe03 commit 8eda18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import * as Sentry from "@sentry/browser";

browser.storage.local.get([ "telemetry" ]).then((telemetry) => {
Expand All @@ -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 = () => {
Expand Down

0 comments on commit 8eda18e

Please sign in to comment.