버그 수정
This commit is contained in:
@@ -80,7 +80,7 @@ export function declProcDecorators<T extends ProcDecoratorChain>(...decorators:
|
|||||||
async (ctx, req, res) => {
|
async (ctx, req, res) => {
|
||||||
let rctx = ctx as unknown as OutType;
|
let rctx = ctx as unknown as OutType;
|
||||||
const decoratorStack: DecoratorStack = [];
|
const decoratorStack: DecoratorStack = [];
|
||||||
if (!preDecorator) {
|
if (!preDecorator.length) {
|
||||||
return [decoratorStack, rctx];
|
return [decoratorStack, rctx];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user