remove extra filter

This commit is contained in:
Eric Bailey
2023-09-25 16:32:32 -05:00
parent 44694abbe6
commit 250e5eb3cd
+1 -1
View File
@@ -265,7 +265,7 @@ export async function post(store: RootStoreModel, opts: PostOpts) {
embed,
langs,
labels,
tags: opts.tags?.filter(t => t.replace(/^#/, '')),
tags: opts.tags,
})
} catch (e: any) {
console.error(`Failed to create post: ${e.toString()}`)