mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging user id in idstats
This commit is contained in:
parent
814d38dc8d
commit
8a47792bde
3 changed files with 4 additions and 8 deletions
|
@ -724,7 +724,8 @@ function GetApp() {
|
|||
req.body.datatoadd || req.body,
|
||||
data,
|
||||
{ motd, version },
|
||||
dryRun
|
||||
dryRun,
|
||||
user
|
||||
)
|
||||
.then((result) => {
|
||||
res.json({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue