This commit is contained in:
Natsumi
2025-10-01 12:57:13 +13:00
parent d03b8a7c2d
commit f4d4754230
-1
View File
@@ -99,7 +99,6 @@
if (args.json.closedAt) { if (args.json.closedAt) {
isClosed.value = true; isClosed.value = true;
} }
console.log(args.json.closedAt);
} }
}) })
.catch((e) => { .catch((e) => {