Move deduplicateEvents to util

This commit is contained in:
Jon Staab
2025-09-17 09:41:20 -07:00
parent a3295dc2fe
commit beadfc571c
16 changed files with 32 additions and 30 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const authEvent = makeBlossomAuthEvent({
})
// Sign the auth event with your signer
const signedAuthEvent = await signer.signEvent(authEvent)
const signedAuthEvent = await signer.sign(authEvent)
// Upload a file
const file = new File(["Hello world"], "hello.txt", { type: "text/plain" })