AW-3128 Cleanup
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This commit is contained in:
Peter (extern) 2025-03-03 15:32:16 +01:00
parent a3d4dfbd59
commit 64a0e58238

View File

@ -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.');
}
}