Skip to content

Commit 8465db4

Browse files
committed
summary improvements
1 parent 6579708 commit 8465db4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

components/utopian_labs/actions/initiate-classification-run/initiate-classification-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default {
7676
context: this.context,
7777
...parseObjectEntries(this.additionalOptions),
7878
});
79-
$.export("$summary", `Successfully initiated run (ID: ${response.id}`);
79+
$.export("$summary", `Successfully initiated run (ID: ${response.id})`);
8080
return response;
8181
},
8282
};

components/utopian_labs/actions/initiate-copywriting-run/initiate-copywriting-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
context: this.context,
7979
...parseObjectEntries(this.additionalOptions),
8080
});
81-
$.export("$summary", `Successfully initiated run (ID: ${response.id}`);
81+
$.export("$summary", `Successfully initiated run (ID: ${response.id})`);
8282
return response;
8383
},
8484
};

components/utopian_labs/actions/initiate-qualification-run/initiate-qualification-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
context: this.context,
7070
...parseObjectEntries(this.additionalOptions),
7171
});
72-
$.export("$summary", `Successfully initiated run (ID: ${response.id}`);
72+
$.export("$summary", `Successfully initiated run (ID: ${response.id})`);
7373
return response;
7474
},
7575
};

components/utopian_labs/actions/initiate-research-run/initiate-research-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767
context: this.context,
6868
...parseObjectEntries(this.additionalOptions),
6969
});
70-
$.export("$summary", `Successfully initiated run (ID: ${response.id}`);
70+
$.export("$summary", `Successfully initiated run (ID: ${response.id})`);
7171
return response;
7272
},
7373
};

components/utopian_labs/actions/initiate-timing-run/initiate-timing-run.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default {
6969
context: this.context,
7070
...parseObjectEntries(this.additionalOptions),
7171
});
72-
$.export("$summary", `Successfully initiated run (ID: ${response.id}`);
72+
$.export("$summary", `Successfully initiated run (ID: ${response.id})`);
7373
return response;
7474
},
7575
};

0 commit comments

Comments
 (0)