Skip to content

Commit

Permalink
chore: remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
divmain committed Jun 26, 2023
1 parent 69bd79a commit 5512408
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/lwc-language-server/src/decorators/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export interface WireDecoratorTarget {
params: { [name: string]: string };
static: any;
type: DecoratorTargetType;
// This property is not and should not be used, but is provided for completeness.
adapter?: unknown;
}

Expand Down

0 comments on commit 5512408

Please sign in to comment.