Skip to content

Rename donationFilter.tsx to DonationListFilter.tsx #343

Rename donationFilter.tsx to DonationListFilter.tsx

Rename donationFilter.tsx to DonationListFilter.tsx #343

Triggered via pull request May 4, 2025 21:13
Status Failure
Total duration 59s
Artifacts

run-checks.yml

on: pull_request
run-checks
54s
run-checks
Fit to window
Zoom out
Zoom in

Annotations

10 errors
run-checks
Parameter 'headers' implicitly has an 'any' type.
run-checks
Cannot find name 'MonthlyStat'.
run-checks
'monthlyData' is declared but its value is never read.
run-checks
Element implicitly has an 'any' type because expression of type '`${string}_value`' can't be used to index type '{ date: string; total_number_of_contacts: string; women_birthdays: string; kid_birthdays: string; birthday_cards: string; birthday_cards_value: string; food_cards: string; food_cards_value: string; ... 17 more ...; number_of_interviews_accpeted: string; }'.
run-checks
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ date: string; total_number_of_contacts: string; women_birthdays: string; kid_birthdays: string; birthday_cards: string; birthday_cards_value: string; food_cards: string; food_cards_value: string; ... 17 more ...; number_of_interviews_accpeted: string; }'.
run-checks
Parameter 'event' implicitly has an 'any' type.
run-checks
'fields' is declared but its value is never read.
run-checks
'Select' is declared but its value is never read.
run-checks
Type '({ email, password }: EmailPassword) => EmailAuthCredential' is not assignable to type '({ email, password }: EmailPassword) => Promise<EmailAuthCredential>'.
run-checks
'signInWithEmailAndPassword' is declared but its value is never read.