diff --git a/packages/frontend/src/local-storage.ts b/packages/frontend/src/local-storage.ts index 598ce7da08..8803801f47 100644 --- a/packages/frontend/src/local-storage.ts +++ b/packages/frontend/src/local-storage.ts @@ -45,7 +45,6 @@ export type Keys = // セッション毎に廃棄されるLocalStorage代替(embedなどで使用) const safeSessionStorage = new Map(); - const embedPage = isEmbedPage(); export const miLocalStorage = {