From f6275e665f8a5319bd692e249b14a53a6af1439f Mon Sep 17 00:00:00 2001 From: VijayKesharwani <122533719+VijayKesharwani@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:45:09 +0530 Subject: [PATCH] Update camara-casing-convention.js --- lint_function/camara-casing-convention.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lint_function/camara-casing-convention.js b/lint_function/camara-casing-convention.js index f777de3355..b7835020f1 100644 --- a/lint_function/camara-casing-convention.js +++ b/lint_function/camara-casing-convention.js @@ -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) {