diff --git a/packages/hydrooj/src/handler/judge.ts b/packages/hydrooj/src/handler/judge.ts index 5f7500cb..436f7dc4 100644 --- a/packages/hydrooj/src/handler/judge.ts +++ b/packages/hydrooj/src/handler/judge.ts @@ -241,5 +241,3 @@ export async function apply(ctx) { apply.next = next; apply.end = end; - -global.Hydro.handler.judge = apply;