Skip to content

Commit 925f488

Browse files
committed
Fix copilot comment
1 parent bf0ff73 commit 925f488

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/src/app/benchmark/attach-benchmark-flows.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async function buildPayloadForWebhook(params: {
6767
};
6868
default: {
6969
throwValidationError(
70-
`Unsupported benchmark provider for webhook payload`,
70+
`Unsupported benchmark provider for webhook payload: ${provider}`,
7171
);
7272
}
7373
}

0 commit comments

Comments
 (0)