Skip to content

Commit 595e451

Browse files
Update packages/apidom-ls/src/config/openapi/path-template/lint/value--equivalent-not-allowed.ts
Co-authored-by: robert-hebel-sb <[email protected]>
1 parent 41d1439 commit 595e451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apidom-ls/src/config/openapi/path-template/lint/value--equivalent-not-allowed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const valueEquivalentNotAllowedLint: LinterMeta = {
1111
severity: DiagnosticSeverity.Error,
1212
linterFunction: 'apilintOpenAPIPathTemplateNoEquivalent',
1313
marker: 'value',
14-
targetSpecs: [...OpenAPI2],
14+
targetSpecs: OpenAPI2,
1515
};
1616

1717
export default valueEquivalentNotAllowedLint;

0 commit comments

Comments
 (0)