Skip to content

Commit

Permalink
Merge branch 'main' into pbar
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtsukino authored Dec 6, 2024
2 parents d925ae9 + ca382f3 commit 574315b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/entries/Background/rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export enum BackgroundActiontype {
get_logging_level = 'get_logging_level',
get_app_state = 'get_app_state',
set_default_plugins_installed = 'set_default_plugins_installed',

set_local_storage = 'set_local_storage',
get_local_storage = 'get_local_storage',
set_session_storage = 'set_session_storage',
Expand Down Expand Up @@ -783,9 +782,6 @@ async function handleSetSessionStorage(
for (const [key, value] of Object.entries(data)) {
await setSessionStorage(hostname, key, value as string);
}

// TODO: Fix non-existent event name
sendResponse({ type: BackgroundActiontype.sessionStorage_set });
}
}

Expand Down

0 comments on commit 574315b

Please sign in to comment.