Skip to content

Commit ec7ab6a

Browse files
committed
fix: ci
1 parent 531132d commit ec7ab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/tegg/lib/ctx_lifecycle_middleware.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default async function ctxLifecycleMiddleware(ctx: TEggPluginContext, nex
3434
}
3535
}
3636
try {
37-
if (!teggCtx.destroy) {
37+
if (teggCtx.destroy) {
3838
await teggCtx.destroy(lifecycle);
3939
}
4040
} catch (e) {

0 commit comments

Comments
 (0)