Skip to content

Commit 6c7b9b3

Browse files
author
Dmitriy Kuragin
committed
fixe for voice request example
1 parent 45a251e commit 6c7b9b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/voice_request.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ var fs = require("fs");
99
// var apiai = require("../module/apiai");
1010
var apiai = require("apiai");
1111

12-
// var app = apiai("YOUR_ACCESS_TOKEN", "YOUR_SUBSCRIPTION_KEY");
13-
14-
var app = apiai("YOUR_ACCESS_TOKEN", "YOUR_SUBSCRIPTION_KEY", {
12+
var app = apiai("YOUR_ACCESS_TOKEN", {
1513
language: 'ru'
1614
});
1715

0 commit comments

Comments
 (0)