mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-18 23:52:14 +11:00
fix for log order
This commit is contained in:
parent
7e9bc89e00
commit
cf5415b993
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -194,6 +194,7 @@ fastify.get(
|
||||||
|
|
||||||
|
|
||||||
}*/
|
}*/
|
||||||
|
log.reverse()
|
||||||
for(i = 0; i < log.length; i++){
|
for(i = 0; i < log.length; i++){
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue