Skip to content

Commit

Permalink
Return nip94 tags on uploadNIP96
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardeazevedo committed Oct 25, 2024
1 parent 9f1925d commit 1655d08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uploaders/nip96.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export async function uploadNIP96(options: NIP96Options) {
return {
url,
sha256,
tags: res.nip94_event?.tags || [],
}
} catch (error) {
throw new Error(error as string)
Expand Down

0 comments on commit 1655d08

Please sign in to comment.