Updates
This commit is contained in:
Vendored
+1
-1
@@ -27,7 +27,7 @@ localStorageCSRFKey) {
|
||||
"Content-Type": "application/json",
|
||||
};
|
||||
if (csrf && csrfValue) {
|
||||
finalHeaders[`'${csrfValue.replace(/\"/g, "")}'`] = "true";
|
||||
finalHeaders[`${csrfValue.replace(/\"/g, "")}`] = "true";
|
||||
}
|
||||
if (typeof options === "string") {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user