mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-06 06:05:42 +01:00
fix @ client
This commit is contained in:
parent
c460b840ed
commit
09767a0d56
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import { get } from '@/scripts/idb-proxy';
|
import { get } from '@client/scripts/idb-proxy';
|
||||||
|
|
||||||
export async function getAccountFromId(id: string) {
|
export async function getAccountFromId(id: string) {
|
||||||
const accounts = await get('accounts') as { token: string; id: string; }[];
|
const accounts = await get('accounts') as { token: string; id: string; }[];
|
||||||
|
|
Loading…
Reference in a new issue