aboutsummaryrefslogtreecommitdiff
path: root/src/server/index.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-30 11:00:57 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-30 11:00:57 -0400
commite0851a9bcde60b71dbf64a256c611288a1da8025 (patch)
treea74833bb204aa97e16c1087aedab71baf8352293 /src/server/index.ts
parent79f47098381fef8e247ddb45ce56993669f218cb (diff)
clean up
Diffstat (limited to 'src/server/index.ts')
-rw-r--r--src/server/index.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/server/index.ts b/src/server/index.ts
index f4bbd4423..adf218be6 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -40,8 +40,6 @@ import { Search } from './Search';
import { debug } from 'util';
import _ = require('lodash');
import { Response } from 'express-serve-static-core';
-import { AudioInputStream, AudioConfig, SpeechConfig, SpeechRecognizer, SpeechRecognitionResult } from 'microsoft-cognitiveservices-speech-sdk';
-import { Opt } from '../new_fields/Doc';
const MongoStore = require('connect-mongo')(session);
const mongoose = require('mongoose');
const probe = require("probe-image-size");
@@ -299,7 +297,7 @@ addSecureRoute(
const ServicesApiKeyMap = new Map<string, string | undefined>([
["face", process.env.FACE],
["vision", process.env.VISION],
- ["handwriting", process.env.HANDWRITING],
+ ["handwriting", process.env.HANDWRITING]
]);
addSecureRoute(Method.GET, (user, res, req) => {