Skip to content

Commit

Permalink
Trivial comment change to trigger CI beta phase
Browse files Browse the repository at this point in the history
  • Loading branch information
gjsjohnmurray committed Sep 20, 2024
1 parent da815f4 commit 7158892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 7158892

Please sign in to comment.