© 2026 Hedgehog Software, LLC
.update
const { error } = await supabase .from('videos') .update({ current_time: currentTime }) .eq('user', user.value.id)
Argument of type '{ current_time: number; }' is not assignable to parameter of type 'never'.ts(2345)