From 64a0e58238ab4a48aa50ecf3d1cd2756e150ab1f Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Mon, 3 Mar 2025 15:32:16 +0100 Subject: [PATCH] AW-3128 Cleanup --- projects/common/src/fm/effects/app-common.effects.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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