fix @ client
This commit is contained in:
parent
c460b840ed
commit
09767a0d56
|
@ -1,4 +1,4 @@
|
|||
import { get } from '@/scripts/idb-proxy';
|
||||
import { get } from '@client/scripts/idb-proxy';
|
||||
|
||||
export async function getAccountFromId(id: string) {
|
||||
const accounts = await get('accounts') as { token: string; id: string; }[];
|
||||
|
|
Loading…
Reference in New Issue