mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
forgot to remove sumthing
This commit is contained in:
parent
a66f6f2be8
commit
a1e25c2c2e
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -205,7 +205,7 @@ fastify.get(
|
|||
console.log("begin render " + Date.now());
|
||||
res.view("bankf", {
|
||||
maxgraph: maxgraph,
|
||||
graphdata: graphdata || null,
|
||||
graphdata: graphdata,
|
||||
logrec: logrec,
|
||||
logsent: logsent,
|
||||
user: req.session.get("user"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue