Skip to content

Commit

Permalink
Fix: options.uri must be string (#985)
Browse files Browse the repository at this point in the history
Fix issue with request package, it is looking for URI or URL when baseUrl is set
  • Loading branch information
shrujalshah28 authored Mar 30, 2020
1 parent 208b23e commit 5dc1429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contact-importer/src/importer.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ContactImporter extends EventEmitter {

const request = {
method: 'POST',
path: '/v3/contactdb/recipients',
uri: '/v3/contactdb/recipients',
body: data,
};

Expand Down

0 comments on commit 5dc1429

Please sign in to comment.