Properly clear route when updating it

pull/108/head
Candid Dauth 2017-05-25 12:29:53 +02:00
rodzic b3ad5dbca5
commit bd820f9fbf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -118,7 +118,7 @@ module.exports = function(Database) {
return this._conn.model("RoutePoint").destroy({
where: {
id: routeId
routeId
}
}).then(() => {});
},