Skip to content

Commit fdb45fe

Browse files
committed
core: add context fiber export
1 parent 36892f9 commit fdb45fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/hydrooj/src/plugin-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export * as JudgeHandler from './handler/judge';
4242
export { JudgeResultCallbackContext, postJudge } from './handler/judge';
4343
export { Collections } from './service/db';
4444
export { ConnectionHandler, Handler, requireSudo } from './service/server';
45-
export { Context, Service } from './context';
45+
export { Context, Fiber, FiberState, Service } from './context';
4646
export { buildContent } from './lib/content';
4747
export { default as mime } from './lib/mime';
4848
export { default as difficultyAlgorithm } from './lib/difficulty';

0 commit comments

Comments
 (0)