more noates #563
Annotations
10 errors and 1 warning
Type check:
app/lib/automod.server.ts#L83
Property 'excludeUsernamesParsed' does not exist on type '{ id: string; url: string | null; createdAt: Date; updatedAt: Date | null; active: boolean; imageUrl: string | null; feedType: string; userId: string; banThreshold: number | null; ... 4 more ...; exclusionRuleSet: string | null; }'. Did you mean 'excludeUsernames'?
|
Type check:
app/lib/automod.server.ts#L85
Parameter 'u' implicitly has an 'any' type.
|
Type check:
app/lib/automod.server.ts#L232
Type '{ user: { id: string; name: string; role: string; createdAt: Date; updatedAt: Date | null; avatarUrl: string | null; email: string | null; plan: string; inviteCodeId: string | null; planExpiry: Date | null; planTokenId: string | null; planWalletAddress: string | null; }; ruleSets: never; } & { ...; }' is not assignable to type 'FullModeratedChannel'.
|
Type check:
app/lib/automod.server.ts#L238
Object literal may only specify known properties, and 'ruleSets' does not exist in type 'ModeratedChannelInclude<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }>'.
|
Type check:
app/lib/automod.server.ts#L379
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'Record<"downvote" | "bypass" | "hideQuietly" | "like" | "unlike" | "ban" | "addToBypass" | "warnAndHide" | "mute" | "cooldownEnded" | "unmuted" | "unhide" | "grantRole" | "cooldown", ActionFunction<...>>'.
|
Type check:
app/lib/automod.server.ts#L388
Parameter 'e' implicitly has an 'any' type.
|
Type check:
app/lib/automod.server.ts#L424
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'Record<"downvote" | "bypass" | "hideQuietly" | "like" | "unlike" | "ban" | "addToBypass" | "warnAndHide" | "mute" | "cooldownEnded" | "unmuted" | "unhide" | "grantRole" | "cooldown", ActionFunction<...>>'.
|
Type check:
app/lib/automod.server.ts#L433
Parameter 'e' implicitly has an 'any' type.
|
Type check:
app/lib/bullish.server.ts#L174
Object literal may only specify known properties, and 'ruleSets' does not exist in type 'ModeratedChannelInclude<InternalArgs & { result: {}; model: {}; query: {}; client: {}; }>'.
|
Type check:
app/lib/bullish.server.ts#L276
Argument of type '{ user: { id: string; name: string; role: string; createdAt: Date; updatedAt: Date | null; avatarUrl: string | null; email: string | null; plan: string; inviteCodeId: string | null; planExpiry: Date | null; planTokenId: string | null; planWalletAddress: string | null; }; ruleSets: never; } & { ...; }' is not assignable to parameter of type 'FullModeratedChannel'.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading