Format
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
4ba0bb2f89
commit
054ac51dce
@ -47,10 +47,7 @@ function updateMainEpic(actions, { getState }, { document }) {
|
||||
.catch(() => of({ type: 'NULL' }))
|
||||
)
|
||||
);
|
||||
return merge(
|
||||
buildAndFrameMain,
|
||||
proxyLogger.map(updateConsole)
|
||||
);
|
||||
return merge(buildAndFrameMain, proxyLogger.map(updateConsole));
|
||||
})
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user