missionInventryUpdate - remove temp logger
This commit is contained in:
parent
37bc361be0
commit
c57c1dfff1
@ -40,11 +40,11 @@ import fs from 'fs';
|
||||
- [ ] FpsSamples
|
||||
*/
|
||||
const missionInventoryUpdateController: RequestHandler = async (req, res) => {
|
||||
fs.writeFile("./tmp/test", req.body, function(err) {
|
||||
if(err) {
|
||||
return console.log(err);
|
||||
}
|
||||
});
|
||||
// fs.writeFile("./tmp/test", req.body, function(err) {
|
||||
// if(err) {
|
||||
// return console.log(err);
|
||||
// }
|
||||
// });
|
||||
|
||||
const [data, _secondIGuessIsSalt] = String(req.body).split("\n");
|
||||
const id = req.query.accountId as string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user