diff --git a/src/controllers/games/games.js b/src/controllers/games/games.js index 4130ef2..119defd 100644 --- a/src/controllers/games/games.js +++ b/src/controllers/games/games.js @@ -161,7 +161,9 @@ router.post('/update', async (req, res, next) => { const curPlatform = body.platform const prePlatform = platforms[platformIndex] || {} - if (curPlatform.status !== prePlatform.status) { + delete curPlatform.newPlatform + + if (curPlatform.platform.platform_id !== "6000" && (curPlatform.status !== prePlatform.status)) { const token = await getOpsToken() const statusRes = await axios({