Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 0cf04e1

Browse files
committed
chore: fmt
1 parent 98fae27 commit 0cf04e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

containers/ErrorBox/logic.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ const DataSolver = [
4444
{
4545
match: asyncRes(EVENT.ERR_RESCUE),
4646
action: res => {
47-
const { type, data: { operation, details, path } } = res[EVENT.ERR_RESCUE]
47+
const {
48+
type,
49+
data: { operation, details, path },
50+
} = res[EVENT.ERR_RESCUE]
4851

4952
switch (type) {
5053
case ERR.GRAPHQL:

0 commit comments

Comments
 (0)