Built motion from commit 1038d87.|0.0.141
[motion.git] / server / models / voice_context.js
index ed3c5b3..2386fcc 100644 (file)
@@ -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;