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