Skip to content

Commit

Permalink
Fix broken syntax in 4139bc9
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Jan 6, 2025
1 parent 4139bc9 commit 45b98a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions electron/preload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ contextBridge.exposeInMainWorld("heynote", {
})
},

},

onWindowClose(callback) {
ipcRenderer.on(WINDOW_CLOSE_EVENT, callback)
},
Expand Down

0 comments on commit 45b98a2

Please sign in to comment.