Transfer /viewComments
+ comment spam routes to new framework
#28129
Annotations
10 errors and 1 warning
check-types
Object literal may only specify known properties, and 'communityId' does not exist in type 'useViewCommentsProps'.
|
check-types
Type '{ search: string | Record<string, any>; thread_id: number; text: string; address_id: number; reaction_count: number; Address: { address: string; community_id: string; User: { profile: { ...; }; ... 13 more ...; xp_points?: number | ... 1 more ... | undefined; }; ... 14 more ...; block_info?: string | ... 1 more ... ...' must have a '[Symbol.iterator]()' method that returns an iterator.
|
check-types
Unused '@ts-expect-error' directive.
|
check-types
Object literal may only specify known properties, and 'communityId' does not exist in type 'useViewCommentsProps'.
|
check-types
'comments' is possibly 'undefined'.
|
check-types
'comments' is possibly 'undefined'.
|
check-types
Object literal may only specify known properties, and 'communityId' does not exist in type 'useViewCommentsProps'.
|
check-types
Object literal may only specify known properties, and 'communityId' does not exist in type 'useViewCommentsProps'.
|
check-types
'comments' is possibly 'undefined'.
|
check-types
Argument of type '{ id: number | undefined; text: string; author: string; community_id: string; Address: { community_id: string; address: string; ghost_address: boolean; is_user_default: boolean; role: "admin" | "moderator" | "member"; ... 12 more ...; block_info?: string | ... 1 more ... | undefined; }; ... 12 more ...; discord_meta...' is not assignable to parameter of type '{ id: any; text: any; author: any; community_id: any; Address: any; thread_id: any; parent_id: any; reactions: any; reaction_weights_sum: any; created_at: any; deleted_at: any; authorChain: any; last_edited: any; ... 5 more ...; content_url: any; }'.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "FlakySuiteStatus", "MatureSuiteStatus".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading