Compare commits

..

No commits in common. "dfefa6746f3e8fb2d8a069cf3cd3910f6b848e64" and "514a91c2c7b905d4941746b5d00423b2dfeb1780" have entirely different histories.

View File

@ -78,7 +78,7 @@ export class AppCommonEffects {
if(a.itemCode.endsWith(":USER_PACKAGES")) if(a.itemCode.endsWith(":USER_PACKAGES"))
return of(new appCommonActions.InitUserPackages()); return of(new appCommonActions.InitUserPackages());
else else
return []; return of(undefined);
}) })
); );