Built motion from commit 654a660.|0.0.150
[motion.git] / server / models / voice_musiconhold.js
index c405ca3..7d17325 100644 (file)
@@ -51,11 +51,6 @@ module.exports = function(sequelize, DataTypes) {
         message: "You can't modify a moh class name"
       });
     }
-    if (moh.defaultEntry) {
-      throw new Error({
-        message: "You can't modify a default moh class"
-      });
-    }
   });