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 cea11e9 commit f6275e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lint_function/camara-casing-convention.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function isCamelCase(str) {
export default async function (input) {
for (const path in input.paths) {
const pathObject = input.paths[path];
console.log("vijay");
for (const method in pathObject) {
const operation = pathObject[method];
if (operation.operationId) {
Expand Down

0 comments on commit f6275e6

Please sign in to comment.