Skip to content

feat: add buyer address on ItemSoldEvent #1642

feat: add buyer address on ItemSoldEvent

feat: add buyer address on ItemSoldEvent #1642

Triggered via pull request September 3, 2024 22:35
Status Failure
Total duration 32s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
test: test/platform/events/blockchain.spec.ts#L45
Property 'buyer' is missing in type '{ address: string; image: string; seller: string; category: string; rarity: string; link: string; nftName: string; title: string; description: string; network: string; }' but required in type '{ address: string; image: string; buyer: string; seller: string; category: string; rarity?: string | undefined; link: string; nftName?: string | undefined; network: string; title: string; description: string; }'.
test
Process completed with exit code 1.
test
Process completed with exit code 1.