mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-14 06:38:36 +09:00
lint
This commit is contained in:
parent
7ef81ce6d3
commit
faead03310
@ -45,7 +45,6 @@ export type Keys =
|
|||||||
// セッション毎に廃棄されるLocalStorage代替(embedなどで使用)
|
// セッション毎に廃棄されるLocalStorage代替(embedなどで使用)
|
||||||
const safeSessionStorage = new Map<Keys, string>();
|
const safeSessionStorage = new Map<Keys, string>();
|
||||||
|
|
||||||
|
|
||||||
const embedPage = isEmbedPage();
|
const embedPage = isEmbedPage();
|
||||||
|
|
||||||
export const miLocalStorage = {
|
export const miLocalStorage = {
|
||||||
|
Loading…
Reference in New Issue
Block a user