keep missionInventoryUpdate untouched
This commit is contained in:
parent
6cd9a9779d
commit
99e9b24153
@ -49,7 +49,8 @@ const missionInventoryUpdateController: RequestHandler = async (req, res): Promi
|
|||||||
const accountId = await getAccountIdForRequest(req);
|
const accountId = await getAccountIdForRequest(req);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const lootInventory = getJSONfromString(String(req.body)) as IMissionInventoryUpdateRequest;
|
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument, @typescript-eslint/no-unsafe-call
|
||||||
|
const lootInventory = getJSONfromString(req.body.toString()) as IMissionInventoryUpdateRequest;
|
||||||
|
|
||||||
logger.debug("missionInventoryUpdate with lootInventory =", lootInventory);
|
logger.debug("missionInventoryUpdate with lootInventory =", lootInventory);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user