Skip to content

Commit

Permalink
bump nostr-sdk-js to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
believethehype committed Feb 17, 2024
1 parent 7f7b5f1 commit cd077db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/noogle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@rust-nostr/nostr-sdk": "^0.11.0",
"@rust-nostr/nostr-sdk": "^0.11.1",
"@vuepic/vue-datepicker": "^7.4.1",
"@vueuse/core": "^10.7.2",
"bech32": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion ui/noogle/src/components/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ async function listen() {
console.log("Received new event from", relayUrl);
let resonsetorequest = false
sleep(1000).then(async () => {
sleep(1200).then(async () => {
for (let tag in event.tags) {
if (event.tags[tag].asVec()[0] === "e") {
Expand Down

0 comments on commit cd077db

Please sign in to comment.