Updates
This commit is contained in:
@@ -46,7 +46,7 @@ export default async function fetchApi(
|
||||
} as FetchHeader;
|
||||
|
||||
if (csrf && csrfValue) {
|
||||
finalHeaders[`'${csrfValue.replace(/\"/g, "")}'`] = "true";
|
||||
finalHeaders[`${csrfValue.replace(/\"/g, "")}`] = "true";
|
||||
}
|
||||
|
||||
if (typeof options === "string") {
|
||||
|
||||
Reference in New Issue
Block a user