Skip to content

Commit

Permalink
fix: commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Apr 3, 2024
2 parents 3908ea6 + 4b3c8ba commit 2d1cc72
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion class-transformer/index.js

This file was deleted.

1 change: 0 additions & 1 deletion class-validator/index.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feiyun/handler",
"version": "0.0.23",
"version": "0.0.24",
"license": "MIT",
"type": "module",
"main": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/handler/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ const runHandler = async (handler: any, ctx: Context) => {
code: 500,
msg: Object.values(errors![0].constraints!)[0]
}
return;
}
return;
}

try {
Expand Down
1 change: 0 additions & 1 deletion src/index.js

This file was deleted.

0 comments on commit 2d1cc72

Please sign in to comment.