Skip to content

Commit

Permalink
Merge pull request #17 from uniquelyparticular/fix/release1.0.1
Browse files Browse the repository at this point in the history
fix: cause release
  • Loading branch information
agrohs authored Aug 11, 2019
2 parents aaca6e5 + b2bcfbf commit 3a380d7
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 @@ -66,7 +66,7 @@ export class createClient {
headers,
...(data && body)
});
console.log('m1, response', response);
console.log('Magento M1, response', response);

if (response.status === 204) return response.text();

Expand Down

0 comments on commit 3a380d7

Please sign in to comment.