Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
y4izus committed Nov 28, 2023
1 parent 426a947 commit 8366f85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/fall-fest-partner-event-conversion.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class FallFestPartnerEventAirtableRecords extends AirtableRecords {
* @param record The Airtable record to convert.
* @returns The converted FallFestPartnerEvent.
*/
// eslint-disable-next-line require-await
async convertToPartnerEvent(
record: Record<string, any>
): Promise<FallFestPartnerEvent> {
Expand Down

0 comments on commit 8366f85

Please sign in to comment.