1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-04 01:18:20 +02:00
This commit is contained in:
sveisvei 2016-11-02 13:01:50 +01:00 committed by Ivar Conradi Østhus
parent 82e09b4bc1
commit da753da20d
8 changed files with 7 additions and 8 deletions

View File

@ -6,4 +6,3 @@ export const muteErrors = () => ({ type: MUTE_ERRORS });
export const muteError = (error) => ({ type: MUTE_ERROR, error });