Skip to content

Commit e17c278

Browse files
authored
Fix update-application.js (#154)
1 parent 4b60e24 commit e17c278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/update-application.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const vonage = new Vonage({
1515
});
1616

1717
vonage.applications.updateApplication({
18-
applicationId: VONAGE_APPLICATION_ID,
18+
id: VONAGE_APPLICATION_ID,
1919
name: NAME,
2020
capabilities: {
2121
voice: {
@@ -53,4 +53,4 @@ vonage.applications.updateApplication({
5353
}
5454
})
5555
.then(resp => console.log(resp))
56-
.catch(err => console.error(err));
56+
.catch(err => console.error(err));

0 commit comments

Comments
 (0)