bump versions

This commit is contained in:
Jon Staab
2024-10-10 14:38:12 -07:00
parent b5809b6f72
commit edaf47ea35
5 changed files with 11 additions and 8 deletions
+1
View File
@@ -199,3 +199,4 @@ export const storageAdapters = {
}),
}),
}
-2
View File
@@ -105,8 +105,6 @@ export type ThunkParams = {
relays: string[]
}
export const makeThunk = (params: ThunkParams) => params
export const publishThunk = (params: ThunkParams) =>
new Promise<PublishStatusDataByUrl>(resolve => {
const event = prepEvent(params.event)