Skip to content

Commit

Permalink
fixed update-listener not working
Browse files Browse the repository at this point in the history
  • Loading branch information
eric2788 committed Oct 27, 2024
1 parent c4166aa commit af722d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import './context-menus'
import './update-listener'

import { getForwarder, sendForward } from './forwards'

import { sendInternal } from './messages'

// browser extension icon click listener
chrome.action.onClicked.addListener(() => {
Expand Down

0 comments on commit af722d2

Please sign in to comment.