Commit eca67b43 authored by nanahira's avatar nanahira

fix

parent f3220cd6
......@@ -479,8 +479,9 @@ export class Registrar<Ctx extends Context> {
type: 'for',
condition: func,
}),
Isolate: (...services: string[]) =>
this.decorateTransformer((ctx, r) => ctx.isolate(r(services))),
Isolate: this.decorateTransformer((ctx, ...services: string[]) =>
ctx.isolate(services),
),
UsingService: (
...services: string[]
): ClassDecorator & MethodDecorator => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment