瀏覽代碼

Update order to match others

Sander Jochems 10 月之前
父節點
當前提交
df48b835c4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',
 ];