Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ADandyGuyInSpace committed Mar 19, 2021
1 parent 52336a3 commit a962b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/resources/MessagingHostedNumbers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ function transformResponseData(response, telnyx) {
}

module.exports = require('../TelnyxResource').extend({
path: 'verify_profiles',
path: 'messaging_hosted_numbers',

retrieve: telnyxMethod({
method: 'GET',
path: '/{verify_profile_id}',
urlParams: ['verify_profile_id'],
path: '/{messaging_hosted_number_id}',
urlParams: ['messaging_hosted_number_id'],

transformResponseData = transformResponseData
}),
Expand Down

0 comments on commit a962b8a

Please sign in to comment.