mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update update-topics.yaml
This commit is contained in:
parent
96103269c7
commit
71ab30432b
4
.github/workflows/update-topics.yaml
vendored
4
.github/workflows/update-topics.yaml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"Authorization": `Bearer ${TOKEN}`,
|
"Authorization": `Bearer ${TOKEN}`,
|
||||||
};
|
};
|
||||||
const res = await fetch(apiUrl, {
|
let res = await fetch(apiUrl, {
|
||||||
method: "GET",
|
method: "GET",
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const res = await fetch(apiUrl, {
|
res = await fetch(apiUrl, {
|
||||||
method: "PUT",
|
method: "PUT",
|
||||||
body: {
|
body: {
|
||||||
...data,
|
...data,
|
||||||
|
Loading…
Reference in New Issue
Block a user