Skip to content

Commit

Permalink
Update packages/schema/lib/schemas/AuthFieldSchema.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kola Erinoso <[email protected]>
  • Loading branch information
Natay and kola-er authored Feb 4, 2025
1 parent de4e209 commit 7bfc4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schema/lib/schemas/AuthFieldSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = makeSchema(
isNoSecret: true,
},
reason:
'"api_key" is a sensitive field and cannot have isSafe set as true.',
'"api_key" is a sensitive field and cannot have isNoSecret set as true.',
},
{
example: {
Expand Down

0 comments on commit 7bfc4a0

Please sign in to comment.