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, {
|
||||
method: "PUT",
|
||||
body: {
|
||||
body: JSON.stringify({
|
||||
...data,
|
||||
topic,
|
||||
},
|
||||
}),
|
||||
headers,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue