Update update-topics.yaml

This commit is contained in:
Michael Telatynski
2023-07-10 11:18:28 +01:00
committed by GitHub
parent 71ab30432b
commit cb2d5efa4e

View File

@@ -58,10 +58,10 @@ jobs:
res = await fetch(apiUrl, {
method: "PUT",
body: {
body: JSON.stringify({
...data,
topic,
},
}),
headers,
});