line in the wrong place
This commit is contained in:
@@ -104,8 +104,8 @@ jobs:
|
|||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
const resJson = res.json();
|
const resJson = res.json();
|
||||||
if (resJson.errcode) {
|
if (resJson.errcode) {
|
||||||
} else {
|
|
||||||
core.setFailed(`Error updating ${roomId}: ${resJson.error}`);
|
core.setFailed(`Error updating ${roomId}: ${resJson.error}`);
|
||||||
|
} else {
|
||||||
console.log(roomId, "topic updated:", topic);
|
console.log(roomId, "topic updated:", topic);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user