Skip to content

Commit 5c1b480

Browse files
committed
Refactor: Insert "days" variable in alphabetical (ish) order by widget name
1 parent 8b7aef1 commit 5c1b480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/config/service-helpers.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ export function cleanServiceGroups(groups) {
331331
referrerPolicy,
332332
src,
333333

334+
// jellystat
335+
days,
336+
334337
// kopia
335338
snapshotHost,
336339
snapshotPath,
@@ -393,9 +396,6 @@ export function cleanServiceGroups(groups) {
393396

394397
// spoolman
395398
spoolIds,
396-
397-
// jellystat
398-
days,
399399
} = widgetData;
400400

401401
let fieldsList = fields;

0 commit comments

Comments
 (0)