Remove old event

This commit is contained in:
Eric Bailey
2026-08-31 15:03:55 -05:00
parent 732cf8cdd4
commit fcb11bfdbe
-1
View File
@@ -205,7 +205,6 @@ async function onBroadcastMessage({data}: MessageEvent) {
function broadcastUpdate({key}: {key: keyof Schema}) {
broadcast.postMessage({event: {type: UPDATE_EVENT, key}})
broadcast.postMessage({event: UPDATE_EVENT}) // Backcompat while upgrading
}
function writeToStorage(value: Schema) {