diff --git a/projects/common/src/fm/effects/app-common.effects.ts b/projects/common/src/fm/effects/app-common.effects.ts index da41a12..087b423 100644 --- a/projects/common/src/fm/effects/app-common.effects.ts +++ b/projects/common/src/fm/effects/app-common.effects.ts @@ -226,8 +226,4 @@ export class AppCommonEffects { this.locale = locale; store$.dispatch(new appCommonActions.LoadItemTypes()); } -} -function tap(arg0: () => any): any { - throw new Error('Function not implemented.'); -} - +} \ No newline at end of file