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

@ -227,7 +227,3 @@ export class AppCommonEffects {
store$.dispatch(new appCommonActions.LoadItemTypes());
}
}
function tap(arg0: () => any): any {
throw new Error('Function not implemented.');
}