Skip to content

Commit

Permalink
fix(lint): Fix lint error (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamekyame committed Sep 30, 2023
1 parent f4dede6 commit 3528ede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api_v2/tweets/filtered_stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export interface FilteredStreamRuleRes {
valid: number;
invalid: number;
};
// deno-lint-ignore ban-types
error?: object;
};
}
Expand Down

0 comments on commit 3528ede

Please sign in to comment.