mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #11561 from overleaf/jpa-fix-count-script
[web] scripts: count_encrypted_access_tokens: fix printing of stats GitOrigin-RevId: 43a709c00cc5adfcf133c9f826152b9f586c3c68
This commit is contained in:
parent
df532c9737
commit
f532abfd1c
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ async function main() {
|
||||||
Object.assign(STATS, stats)
|
Object.assign(STATS, stats)
|
||||||
}
|
}
|
||||||
|
|
||||||
formatTokenUsageStats()
|
formatTokenUsageStats(STATS)
|
||||||
}
|
}
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in a new issue