Skip to content

Commit

Permalink
Merge branch 'hotfix/response_null_fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
rrmerugu committed Jul 9, 2020
2 parents 5c26fc5 + e106dd6 commit 0641cb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/views/explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ export default class ExplorerView extends BaseView {
} else {
return {
status: null,
response: null
response: {
result: null
}
}
}
}
Expand Down

0 comments on commit 0641cb5

Please sign in to comment.