Fix a bug where the promise wasn't being saved, so querying multiple times was behaving poorly
This commit is contained in:
parent
e782ff237f
commit
70027409c3
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ export async function query(
|
|||
queries.get(request.id).app = app;
|
||||
};
|
||||
|
||||
promises.set(request.id, promise);
|
||||
return promise;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue