Skip to content

Commit 5ad053e

Browse files
fix: eslint issues
1 parent 0aaa475 commit 5ad053e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/typescript/security/ModerationRuleHandler.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ import ModerationRuleHandlerContract, {
2525
type MessageContext<T> = ModerationRuleContext<"message", { type: T }>;
2626
type ProfileContext<T> = ModerationRuleContext<"profile", { type: T }>;
2727

28-
type GoogleClient = {
29-
comments: {
30-
analyze: (
31-
params: unknown,
32-
callback: (error: Error | null, response: unknown) => void
33-
) => void;
34-
};
35-
};
36-
3728
type GoogleResponse = {
3829
attributeScores: {
3930
TOXICITY: {

0 commit comments

Comments
 (0)