v1.1.4 #16

Merged
last2014 merged 4 commits from develop into main 2026-01-25 03:59:20 +00:00
Showing only changes of commit 331cff0550 - Show all commits
+5 -1
View File
@@ -90,8 +90,12 @@ export default class uwuzu<
bodyParsed = { bodyParsed = {
...bodyParsed, ...bodyParsed,
token: this._token, token: this._token ?? "",
}; };
if (bodyParsed.token === "")
delete bodyParsed.token;
bodyParsed = JSON.stringify(bodyParsed); bodyParsed = JSON.stringify(bodyParsed);
} }