Skip to content

Commit

Permalink
Update packages/apidom-ls/src/config/symbols.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n authored Dec 5, 2023
1 parent ac4c722 commit cfc50a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apidom-ls/src/config/symbols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import asyncapiSymbols from './asyncapi/symbols';
import openapiSymbols from './openapi/symbols';

// creating list of unique symbols
const symbols = Array.from(new Set([...adsSymbols, ...asyncapiSymbols, openapiSymbols]));
const symbols = Array.from(new Set([...adsSymbols, ...asyncapiSymbols, ...openapiSymbols]));

export default symbols;

0 comments on commit cfc50a5

Please sign in to comment.