docs: prune-sim: folluwp: add missing semicolon

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-12-16 10:08:08 +01:00
parent 42298d5896
commit 7680525eec

View File

@ -450,7 +450,7 @@ Ext.onReady(function() {
});
// sort recent times first, backups array below is ordered now -> past
timesOnSingleDay.sort((a, b) => b - a)
timesOnSingleDay.sort((a, b) => b - a);
let backups = [];