Skip to content

Commit

Permalink
fix supabase type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
auroter committed Oct 30, 2024
1 parent 8d5ee1b commit 80b1c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/data-populator/app/lib/services/supabase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export async function searchAtomLog(
return []
}

return data as AtomLogEntry[]
return data as unknown as AtomLogEntry[]
}

// Function to search the triple_log table based on various criteria
Expand Down

0 comments on commit 80b1c64

Please sign in to comment.