Skip to content

Commit

Permalink
fix(carbon-accounting): deleted incorrect plugin aspect
Browse files Browse the repository at this point in the history
Signed-off-by: jordigiam <jordi.giron.amezcua@accenture.com>
  • Loading branch information
jordigiam authored and petermetz committed May 21, 2021
1 parent bb33a43 commit e30f48a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class CarbonAccountingPlugin
}

public getAspect(): PluginAspect {
return PluginAspect.WEB_SERVICE;
return PluginAspect.BUSINESS_LOGIC;
}

public async enrollAdminV1(
Expand Down

0 comments on commit e30f48a

Please sign in to comment.