mirror of
https://github.com/edufeed-org/educards.git
synced 2025-12-07 23:34:34 +00:00
Remove await
This commit is contained in:
parent
1a4a97ef89
commit
c26760eb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export const userBoards = derived([user, boards], ([$user, $boards]) => {
|
|||
|
||||
export const db = writable({
|
||||
user: null,
|
||||
ndk: await initNDK(),
|
||||
ndk: initNDK(),
|
||||
currentBoardId: null
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue