Skip to content

Commit

Permalink
FIX(Status(NJS) remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
0oM4R committed Dec 8, 2024
1 parent 031faa0 commit da41991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stats/nginx/njs/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function toTeraOrGiga(value) {
return gb.toFixed(2) + " PB";
}

export function toTeraOrGigaStats(value) {
function toTeraOrGigaStats(value) {
const giga = 1024 ** 3;

if (!value) return "0 GB";
Expand Down

0 comments on commit da41991

Please sign in to comment.