fix: faithful response to startCollectibleEntry #2796

Merged
Sainan merged 1 commits from startCollectibleEntry-resp into main 2025-09-20 00:29:16 -07:00
Showing only changes of commit ed9b396cd0 - Show all commits

View File

@ -17,7 +17,7 @@ export const startCollectibleEntryController: RequestHandler = async (req, res)
IncentiveStates: request.other
});
await inventory.save();
res.status(200).end();
res.send(`target = ${request.target}key = 0key = 1{"Target":"${request.target}"}`);
};
interface IStartCollectibleEntryRequest {