Skip to content

Commit

Permalink
Update src/lib/blueprint.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Sosenko <[email protected]>
  • Loading branch information
andrii-balitskyi and razor-x authored Sep 30, 2024
1 parent 1acb4a7 commit 1c2c495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ const createResponse = (

if (!(responseKey in properties)) {
throw new Error(
`Response key '${responseKey}' not found in response schema`,
`Response key '${responseKey}' not found in response schema for ${path}`,
)
}

Expand Down

0 comments on commit 1c2c495

Please sign in to comment.