test: add unit tests for webhook with retry_count fix #42
Annotations
6 errors
|
build-and-push
Process completed with exit code 2.
|
|
build-and-push:
src/lib/fingerprint.test.ts#L258
Argument of type '{ rows: { id: string; deep_link_data: {}; }[]; }' is not assignable to parameter of type 'void'.
|
|
build-and-push:
src/lib/fingerprint.test.ts#L257
Argument of type '{ rows: never[]; }' is not assignable to parameter of type 'void'.
|
|
build-and-push:
src/lib/fingerprint.test.ts#L225
Argument of type '{ rows: { click_id: string; link_id: string; clicked_at: string; attribution_window_hours: number; ip_address: string; user_agent: string; timezone: string; language: string; screen_width: number; screen_height: number; platform: string; platform_version: string; }[]; }' is not assignable to parameter of type 'void'.
|
|
build-and-push:
src/lib/fingerprint.test.ts#L206
Argument of type '{ rows: { click_id: string; link_id: string; clicked_at: string; attribution_window_hours: number; ip_address: string; user_agent: string; timezone: string; language: string; screen_width: number; screen_height: number; platform: string; platform_version: string; }[]; }' is not assignable to parameter of type 'void'.
|
|
build-and-push:
src/lib/fingerprint.test.ts#L164
Argument of type '{ rows: never[]; }' is not assignable to parameter of type 'void'.
|