Update order to match others

This commit is contained in:
Sander Jochems 2025-02-05 22:20:21 +01:00 committed by GitHub
parent 8a1557154a
commit df48b835c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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