a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use correct relation via supabase

+1 -1
+1 -1
actions/pollActions.ts
··· 14 14 poll_entity, 15 15 voter_token, 16 16 option_entity, 17 - entities!inner(set) 17 + entities!poll_votes_on_entity_poll_entity_fkey!inner(set) 18 18 `, 19 19 ) 20 20 .in("entities.set", entity_sets);