mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-04-01 00:18:04 +02:00
bump nostr-sdk-js to 0.11.1
This commit is contained in:
parent
7f7b5f14e6
commit
cd077db044
@ -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",
|
||||
|
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user