remove extra filter

This commit is contained in:
Eric Bailey
2023-09-25 16:32:32 -05:00
parent 5c3416d4f8
commit bc0dd5c62f
+1 -1
View File
@@ -263,7 +263,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()}`)