Skip to content

Conversation

@muthurathinam
Copy link
Contributor

Summary

Fixes three issues.

Test plan

run npm test to validate the newly added test cases.

Closing issues

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
* Bug Fix: #152 * Added instance of a body check for response since the response returned by the isomorphic fetch is an instance of Body
@muthurathinam muthurathinam changed the title Bug fixes Bug fixes: #152, #153, #156 Apr 4, 2019
@darrelmiller
Copy link
Contributor

@deepak2016 Can you review and approve this PR as it has important bug fixes in it.


<body style="background: #f3f3f3;">
<div class="fileUploadParent">
<!-- <div class="fileUploadParent">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why keeping commented code in the repo?


let displayName = await request.getDisplayName();
ui.setDisplayName(displayName);
// let displayName = await request.getDisplayName();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: why keeping commented code, instead of deleting?

@muthurathinam muthurathinam merged commit 01c28e7 into dev Apr 15, 2019
@muthurathinam muthurathinam deleted the Bug_Fixes branch April 15, 2019 05:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

5 participants