Skip to content

Commit ff26da8

Browse files
fix: ts ignore annotation
1 parent b79df24 commit ff26da8

File tree

1 file changed

+0
-1
lines changed
  • apps/backend/src/api/vendor/products

1 file changed

+0
-1
lines changed

apps/backend/src/api/vendor/products/route.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ export const POST = async (
134134
const { result } = await createProductsWorkflow(req.scope).run({
135135
input: {
136136
products: [
137-
// @ts-ignore
138137
{
139138
...req.validatedBody
140139
}

0 commit comments

Comments
 (0)