line in the wrong place

This commit is contained in:
David Baker
2025-12-03 20:51:37 +00:00
parent e1fb8da2e4
commit 6a57f69cd9

View File

@@ -104,8 +104,8 @@ jobs:
if (res.ok) {
const resJson = res.json();
if (resJson.errcode) {
} else {
core.setFailed(`Error updating ${roomId}: ${resJson.error}`);
} else {
console.log(roomId, "topic updated:", topic);
}
} else {