We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da815f4 commit 7158892Copy full SHA for 7158892
src/api/index.ts
@@ -418,7 +418,7 @@ export class AtelierAPI {
418
419
// Handle console output
420
if (data.console) {
421
- // Let studio actions handle their console output
+ // Let Studio actions handle their console output
422
const isStudioAction =
423
data.result.content != undefined &&
424
data.result.content.length !== 0 &&
0 commit comments