diff --git a/apps/nocapd/package.json b/apps/nocapd/package.json index 730e80db..d6047e2b 100644 --- a/apps/nocapd/package.json +++ b/apps/nocapd/package.json @@ -16,7 +16,7 @@ "chalk": "5.3.0", "ngeohash": "^0.6.3", "nostr-fetch": "0.14.1", - "nostr-geotags": "^0.2.2", + "nostr-geotags": "^0.5.0", "object-mapper": "6.2.0", "timestring": "^7.0.0" }, diff --git a/apps/trawler/config.yaml b/apps/trawler/config.yaml index 2fd11699..c838d6de 100644 --- a/apps/trawler/config.yaml +++ b/apps/trawler/config.yaml @@ -14,7 +14,7 @@ trawler: enabled: true timeout: 1000 interval: 24*60*60*1000 - max: 1000 + max: 1 expiry: [ { max: 3, delay: 1000 * 60 * 60 * 12}, { max: 6, delay: 1000 * 60 * 60 * 24 }, diff --git a/packages/publisher/src/kinds/Kind30066.js b/packages/publisher/src/kinds/Kind30066.js index 865a3070..46aa0815 100644 --- a/packages/publisher/src/kinds/Kind30066.js +++ b/packages/publisher/src/kinds/Kind30066.js @@ -174,18 +174,8 @@ export class Kind30066 extends Publisher { const countRttTags = tags.filter( tag => tag[0] === 'rtt' )?.length - console.log(data.url, countRttTags) - - if(!countRttTags || countRttTags == 0){ - console.log(data) - console.log(tags) - process.exit() - } - return tags } - - } const transformGeoResult = geo => {