Skip to content

Commit

Permalink
refactor(frontend) $i の型情報にtokenを追加 (#12649)
Browse files Browse the repository at this point in the history
  • Loading branch information
samunohito authored Dec 14, 2023
1 parent 2cfe64e commit 5cee481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { unisonReload, reloadChannel } from '@/scripts/unison-reload.js';

// TODO: 他のタブと永続化されたstateを同期

type Account = Misskey.entities.MeDetailed;
type Account = Misskey.entities.MeDetailed & { token: string };

const accountData = miLocalStorage.getItem('account');

Expand Down

0 comments on commit 5cee481

Please sign in to comment.