Skip to content

Commit

Permalink
Merge pull request #3 from uniquelyparticular/feat/test
Browse files Browse the repository at this point in the history
fix: initial release
  • Loading branch information
agrohs authored Jun 23, 2019
2 parents 70f6759 + 4ba9549 commit 98993a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class createClient {
const uri: string = `${store_url}${version}/index.php/${removeLeadingSlash(
path
)}`;
console.log('uri', uri);
// console.log('uri', uri);

const customHeaders = {
...classHeaders,
Expand Down

0 comments on commit 98993a6

Please sign in to comment.