Skip to content

Commit

Permalink
chore: hidden init
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Sep 20, 2024
1 parent aab2cfb commit 9237fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/busboy/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class UploadMiddleware implements IMiddleware<any, any> {
ignore: IgnoreMatcher<any>[];

@Init()
async init() {
protected async init() {
if (this.uploadConfig.match) {
this.match = [].concat(this.uploadConfig.match || []);
} else {
Expand Down

0 comments on commit 9237fa5

Please sign in to comment.