Mission rewards save #46

Merged
holmityd merged 15 commits from main into main 2023-08-31 03:29:10 -07:00
Showing only changes of commit 17ae269e00 - Show all commits

View File

@ -1,6 +1,5 @@
import { RequestHandler } from "express";
import { missionInventoryUpdate } from "@/src/services/inventoryService";
import fs from 'fs';
/*
- [ ] crossPlaySetting
- [ ] rewardsMultiplier
@ -40,12 +39,6 @@ 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);
// }
// });
const [data, _secondIGuessIsSalt] = String(req.body).split("\n");
const id = req.query.accountId as string;