Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Siddhu <693151+arevindh@users.noreply.github.com>
  • Loading branch information
arevindh committed Oct 18, 2023
1 parent 18ff23c commit 3611d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pi-hole/js/speedtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $(function () {
const last = moment(results.at(-1).start_time);
if (last.diff(first, "hours") >= 24) format = "Do " + format;
}

return moment(itemdate).format(format);
}

Expand Down

0 comments on commit 3611d77

Please sign in to comment.