From 715889277c9e3eb5ec5ac632f2ca3b919c7260a7 Mon Sep 17 00:00:00 2001 From: gjsjohnmurray Date: Fri, 20 Sep 2024 16:18:06 +0100 Subject: [PATCH] Trivial comment change to trigger CI beta phase --- src/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/index.ts b/src/api/index.ts index cffdcc79..7dc56b17 100644 --- a/src/api/index.ts +++ b/src/api/index.ts @@ -418,7 +418,7 @@ export class AtelierAPI { // Handle console output if (data.console) { - // Let studio actions handle their console output + // Let Studio actions handle their console output const isStudioAction = data.result.content != undefined && data.result.content.length !== 0 &&