Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
fixed issue with speechmatics module sdk
  • Loading branch information
pietrop committed Mar 11, 2019
1 parent 1c1d84d commit 8b598c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

"use strict";
const fs = require("fs");
const Speechmatics = require('speechmatics');
const Speechmatics = require('./speechmatics-sdk.js');

var SendToSpeechmatics = function(){};

Expand Down

0 comments on commit 8b598c5

Please sign in to comment.