fix: blog kind

This commit is contained in:
enes 2024-10-31 20:14:06 +01:00
parent d4148ed01d
commit c2413e1bd8

View File

@ -62,7 +62,7 @@ export const writeRouteAction =
const uuid = uuidv4()
const currentTimeStamp = now()
const aTag = `${kinds.ClassifiedListing}:${hexPubkey}:${uuid}`
const aTag = `${kinds.LongFormArticle}:${hexPubkey}:${uuid}`
const tTags = formSubmit
.tags!.toLowerCase()
.split(',')