mirror of https://github.com/vector-im/riot-web
Update update-topics.yaml
parent
71ab30432b
commit
cb2d5efa4e
|
@ -58,10 +58,10 @@ jobs:
|
||||||
|
|
||||||
res = await fetch(apiUrl, {
|
res = await fetch(apiUrl, {
|
||||||
method: "PUT",
|
method: "PUT",
|
||||||
body: {
|
body: JSON.stringify({
|
||||||
...data,
|
...data,
|
||||||
topic,
|
topic,
|
||||||
},
|
}),
|
||||||
headers,
|
headers,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue