Skip to content

Commit

Permalink
Bring back utils function for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kmerhi committed May 9, 2017
1 parent fa2bc83 commit d5a755a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const base64 = require('base-64');

module.exports = {
getCredentials,
getDownloadUri
getDownloadUri,
getNextUri
};

function getCredentials(creds = {}) {
Expand Down

0 comments on commit d5a755a

Please sign in to comment.