Remove useless upperFirst-call

Closes: #12489
This commit is contained in:
Dennis Hartrampf 2022-02-25 12:46:31 +01:00
parent a7d1f30223
commit c1f10bd5ea

View File

@ -97,7 +97,7 @@ const getPaths = ({ routeInfo, attributes, tag }) => {
responses,
tags: [_.upperFirst(tag)],
parameters: [],
operationId: `${methodVerb}${_.upperFirst(routePath)}`,
operationId: `${methodVerb}${routePath}`,
};
if (isListOfEntities) {