Compare commits
2 Commits
514a91c2c7
...
dfefa6746f
Author | SHA1 | Date | |
---|---|---|---|
|
dfefa6746f | ||
|
c90df5c972 |
@ -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 of(undefined);
|
return [];
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user