Skip to content

Commit

Permalink
Update camara-casing-convention.js
Browse files Browse the repository at this point in the history
  • Loading branch information
VijayKesharwani authored Oct 31, 2023
1 parent bbbab42 commit 9a49c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint_function/camara-casing-convention.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default async function (input) {
const operation = pathObject[method];
if (operation.operationId) {
if (!isCamelCase(operation.operationId)) {
console.warn(`WARN: Operation ID "${operation.operationId}" in path "${path}" does not follow camel case convention.`);
console.log(`WARN: Operation ID "${operation.operationId}" in path "${path}" does not follow camel case convention.`);
}
}
}
Expand Down

0 comments on commit 9a49c41

Please sign in to comment.