Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Oct 11, 2024
1 parent 394b1f2 commit 5b33c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/busboy/test/fixtures/faas/src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Inject,
Fields,
Files,
App
MainApp
} from '@midwayjs/core';
import * as faas from '@midwayjs/faas';
import * as upload from '../../../../src';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
OnWSMessage,
Provide,
WSController,
App
MainApp
} from '@midwayjs/core';
import { UserService } from '../service/user';
import { Context, Application } from '../../../../../src';
Expand Down

0 comments on commit 5b33c1b

Please sign in to comment.