Skip to content

Commit

Permalink
Fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Oct 31, 2023
1 parent 77806a4 commit 0f6cf7f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ export function parseFilter(filters: IFilter[], input: string): IFilter[] {
return resolvedFilters;
}

export class FilterSerializer {
// implements Serializer<IFilter[]> {
export class FilterSerializer implements Serializer<IFilter[]> {
public parse(text: string): IFilter[] {
if (!text) {
return [];
Expand Down

0 comments on commit 0f6cf7f

Please sign in to comment.