Skip to content

Commit 0f86cb7

Browse files
authored
Fix app_id to appId in setup.js
1 parent ac1b77d commit 0f86cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async function updatePhoneNumber(number) {
150150
const options = {
151151
country: process.env.COUNTRY_CODE,
152152
msisdn: number.msisdn,
153-
app_id: process.env.API_APPLICATION_ID,
153+
appId: process.env.API_APPLICATION_ID,
154154
};
155155

156156
const resp = await vonage.numbers.updateNumber(options);

0 commit comments

Comments
 (0)