fix eslint issues
This commit is contained in:
@@ -240,7 +240,7 @@ export default class Store {
|
||||
action = {type: NEW_THROWN_ERR, error: true, payload: serializeError(e) }
|
||||
}
|
||||
finally{
|
||||
return action
|
||||
return action // eslint-disable-line no-unsafe-finally
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user