Skip to content

Commit

Permalink
Fixed "reasopn" to "reason"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelin2025 committed Oct 28, 2017
1 parent 3e74ccb commit 3a29dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const Apicase: Types.Apicase = {
}
clonedReason = res
}
await handle('error')({ reasopn: clonedReason, options })
await handle('error')({ reason: clonedReason, options })
reject(clonedReason)
}

Expand Down

0 comments on commit 3a29dbc

Please sign in to comment.