Skip to content

Commit

Permalink
remove continent code from object mapping for event
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Feb 14, 2024
1 parent c409413 commit 8e45d31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/nocapd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@nostrwatch/logger": "^0.0.3",
"@nostrwatch/nocap": "^0.1.11",
"@nostrwatch/nwcache": "^0.0.2",
"@nostrwatch/publisher": "^0.1.3",
"@nostrwatch/publisher": "^0.1.4",
"@nostrwatch/seed": "^0.0.1",
"@nostrwatch/utils": "^0.0.1",
"chalk": "5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/publisher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostrwatch/publisher",
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"description": "Library for publishing nostr.watch relay status and publisher registration events",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/publisher/src/kinds/Kind30066.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ const transformGeoResult = geo => {
"regionName": "regionName",
"country": "countryName",
"countryCode": "countryCode",
"continent": "contentName",
"continentCode": "continentCode"
// "continent": "contentName",
// "continentCode": "continentCode"
}
return mapper(geo, map)
}
Expand Down

0 comments on commit 8e45d31

Please sign in to comment.