Skip to content

Commit

Permalink
Update internal dependencies with actual versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 10, 2024
1 parent 8aedc5d commit 38f1e69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/stupid-lizards-do.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@nostrwatch/publisher': patch
'@nostrwatch/nocapd': patch
---

hotfix: reverse accidental regression
7 changes: 1 addition & 6 deletions internal/publisher/src/kinds/Kind30166.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,7 @@ export class Kind30166 extends PublisherNocap {
ispTags = dedupLabels(ispTags)
tags = [...tags, ...ispTags, ...geoTags]
}

if(tags.filter(t => t[0] === 'g').length > 9) {
console.log(tags)
process.exit()
}


tags.push(['l', 'draft7', 'nip66.draft'])

return tags
Expand Down

0 comments on commit 38f1e69

Please sign in to comment.