Explorar el Código

Update order to match others

Sander Jochems hace 10 meses
padre
commit
df48b835c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      backend/models/stream.js

+ 1 - 1
backend/models/stream.js

@@ -8,8 +8,8 @@ const now         = require('./now_helper');
 Model.knex(db);
 
 const boolFields = [
-	'enabled',
 	'is_deleted',
+	'enabled',
 	'tcp_forwarding',
 	'udp_forwarding',
 ];