Skip to content

Commit

Permalink
fix accidental regression in async load
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Jan 23, 2025
1 parent fc3326b commit 1f5690b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion apps/gui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nostrwatch/gui",
"description": "",
"version": "0.6.4",
"version": "0.6.5",
"license": "MIT",
"keywords": [
"svelte",
Expand Down
2 changes: 0 additions & 2 deletions apps/gui/src/routes/relays/[protocol]/[...relay]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@
if (!operatorPubkey) return operatorMetaReady.set(true);
let count = 0
const profileFromStore = relayOperatorProf
const onevent = (event: IEvent) => {
////console.log('loadOperatorMeta', 'event', count, Date.now() - begin)
count++;
Expand Down

0 comments on commit 1f5690b

Please sign in to comment.