Skip to content

Commit

Permalink
Ignore linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Dec 13, 2023
1 parent 39555a1 commit 6d385de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ export class TemplateService implements ITemplateService {
//Extract data property
const { data, ...newContext } = context;
//Extract items property
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { items, ...newData } = data;
//Set data property without items
newContext.data = newData;
Expand Down

0 comments on commit 6d385de

Please sign in to comment.