Skip to content

Commit

Permalink
Remove wrong param
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Sep 2, 2024
1 parent cbd4540 commit 0145e06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ra-supabase-core/src/dataProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import type { SupabaseClient } from '@supabase/supabase-js';
* @param defaultListOp Optional - The default list filter operator. Defaults to 'eq'.
* @param primaryKeys Optional - The primary keys of the tables. Defaults to 'id'.
* @param schema Optional - The custom schema to use. Defaults to none.
* @param postgrestConfig Optional - The postgrest configuration. Defaults to none.
* @returns A dataProvider for Supabase
*/
export const supabaseDataProvider = ({
Expand Down

0 comments on commit 0145e06

Please sign in to comment.