Skip to content

Commit

Permalink
👕 Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoE105 committed Jun 16, 2022
1 parent 05ca53c commit 47eca8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Todoist/Service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ export interface Service {

export interface TodoistResponse {
success?: boolean;
[key: string]: any;
[key: string]: unknown;
}

0 comments on commit 47eca8c

Please sign in to comment.