Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
412799755 committed Oct 26, 2023
1 parent 0d236e3 commit f767a52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/controller-decorator/src/model/HTTPRequest.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import * as undici from 'undici';
import undici from 'undici';
export class HTTPRequest extends undici.Request {}
2 changes: 1 addition & 1 deletion core/controller-decorator/src/model/HTTPResponse.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import * as undici from 'undici';
import undici from 'undici';
export class HTTPResponse extends undici.Response {}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
"lerna": "^6.1.0",
"nyc": "^15.1.0",
"source-map-support": "^0.5.16",
"test-exclude": "^6.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.0.0"
"test-exclude": "^6.0.0"
},
"workspaces": [
"core/*",
Expand Down

0 comments on commit f767a52

Please sign in to comment.