Skip to content

Commit 15ffcfe

Browse files
committed
Better error message when doing a run
1 parent 838bf03 commit 15ffcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/services/runs/performRunExecutionV3.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export class PerformRunExecutionV3Service {
137137

138138
if (!run.endpoint.url) {
139139
return await this.#failRunExecution(this.#prismaClient, run, {
140-
message: `Endpoint is not configured`,
140+
message: `Endpoint has no URL set`,
141141
});
142142
}
143143

0 commit comments

Comments
 (0)