[pbs-devel] applied: [PATCH proxmox-backup] prune sim: fix #3192: by fixing usage of sort()
    Thomas Lamprecht 
    t.lamprecht at proxmox.com
       
    Tue Dec 15 13:46:41 CET 2020
    
    
  
On 15.12.20 13:01, Fabian Ebner wrote:
> Signed-off-by: Fabian Ebner <f.ebner at proxmox.com>
> ---
>  docs/prune-simulator/prune-simulator.js | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>
applied, thanks! Did a followup to change it to a shorter arrow function though:
timesOnSingleDay.sort((a, b) => b - a)
    
    
More information about the pbs-devel
mailing list