style: misc changes

This commit is contained in:
2026-04-09 03:18:16 -03:00
parent 2b8cbafa19
commit 393a591485
2 changed files with 4 additions and 4 deletions
+3 -4
View File
@@ -338,7 +338,7 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
if (url.find("api/v1/extensions/store/getCatalogItems") != std::string::npos) return parseAndDumpCatalog(body);
if (url.find("/api/v1/messages/listV2") != std::string::npos)
if (url.find("api/v1/messages/listV2") != std::string::npos)
{
try
{
@@ -382,9 +382,8 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
bodyContent["sections"].push_back(
{{"type", "itemshowcase"},
{"rewards", json::array({
{{"type", "inventory"}, {"id", "ADDON_flashlight_oddbulb"}, {"amount", 1}}
})}});
{"rewards",
json::array({{{"type", "inventory"}, {"id", "ADDON_flashlight_oddbulb"}, {"amount", 1}}})}});
msg["message"] = {};
msg["message"]["title"] = "Japan is turning footsteps into electricity";