Proposal: support attributes and image in non-collectable publications #1968
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 errors
build
Argument of type 'NftAttribute[] | undefined' is not assignable to parameter of type 'NftAttribute[]'.
|
build
Argument of type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; publicationId: PublicationId; tags?: string[] | undefined; ... 10 more ...; offChain: boolean; } | { ...; } | { ...; }' is not assignable to parameter of type 'CreateCommentRequest'.
|
build
Argument of type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; publicationId: PublicationId; tags?: string[] | undefined; ... 11 more ...; offChain: false; } | { ...; } | { ...; }' is not assignable to parameter of type 'CreateCommentRequest'.
|
build
Argument of type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; tags?: string[] | undefined; attributes?: NftAttribute[] | undefined; ... 10 more ...; offChain: false; } | { ...; } | { ...; }' is not assignable to parameter of type 'CreatePostRequest'.
|
build
Type '{ appId: AppId | undefined; contentWarning?: ContentWarning | undefined; locale: string; tags?: string[] | undefined; attributes?: NftAttribute[] | undefined; ... 9 more ...; offChain: boolean; } | { ...; } | { ...; }' is not assignable to type 'CreatePostRequest'.
|
build
Process completed with exit code 1.
|