Skip to content

Commit

Permalink
feat(apidom-ls): remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalczyk-krzysztof committed Dec 14, 2023
1 parent b681a8b commit c272193
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1017,10 +1017,6 @@ export const standardLinterfunctions: FunctionItem[] = [
.filter((part) => part[0] === 'template-expression')
.map((part) => part[1].slice(1, -1));

if (templateExpressions.length === 0) {
return true;
}

const httpVerbsWithParameters: {
[key: string]: {
parameters: {
Expand Down

0 comments on commit c272193

Please sign in to comment.