M Dockerfile

M db.js
 M docker-compose.yml
 M package-lock.json
 M package.json
This commit is contained in:
2024-05-25 23:32:46 +05:00
parent 51d6d44da2
commit 5916d3a963
5 changed files with 14 additions and 15 deletions

2
db.js
View File

@ -189,4 +189,4 @@ module.exports.crc = (table,callback,prevs = false) =>{
if(callback)callback(rows[0]["COUNT(*)"]);
}
})
}
}