X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fmodels%2Fvoice_context.js;h=2386fcc345700f9997800c768c1a35142c43f688;hb=221ba7c2ffc043570bbad1e8f0d6074fb4ff1fb0;hp=ed3c5b3fba6f3f453294dde3fa7b7c612c34f6cc;hpb=5d92478b1cb7479f39a43973775a6f6147fba8ac;p=motion.git diff --git a/server/models/voice_context.js b/server/models/voice_context.js index ed3c5b3..2386fcc 100644 --- a/server/models/voice_context.js +++ b/server/models/voice_context.js @@ -1,6 +1,6 @@ -/** - * Context Model - */ +'use strict'; + + module.exports = function(sequelize, DataTypes) { @@ -25,7 +25,6 @@ module.exports = function(sequelize, DataTypes) { hooks: true }); } - }); return VoiceContext;