Skip to content

Commit ea0526f

Browse files
committed
REFACTOR: rename executionId.middleware.ts to executionContext.middleware.ts
1 parent 001b8bb commit ea0526f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { AppGraphQLModule } from './graphql/graphql.module';
77
import { UserAuthModule } from './authentication/authentication.module';
88
import { AuthorizationModule } from './authorization/authorization.module';
99
import { HealthModule } from './health/health.module';
10-
import { ExecutionContextBinder } from './middleware/executionId.middleware';
10+
import { ExecutionContextBinder } from './middleware/executionContext.middleware';
1111

1212
@Module({
1313
imports: [

0 commit comments

Comments
 (0)