Update update-topics.yaml

pull/25747/head
Michael Telatynski 2023-07-10 11:16:18 +01:00 committed by GitHub
parent 96103269c7
commit 71ab30432b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ jobs:
"Content-Type": "application/json",
"Authorization": `Bearer ${TOKEN}`,
};
const res = await fetch(apiUrl, {
let res = await fetch(apiUrl, {
method: "GET",
headers,
});
@ -56,7 +56,7 @@ jobs:
return;
}
const res = await fetch(apiUrl, {
res = await fetch(apiUrl, {
method: "PUT",
body: {
...data,