Skip to content

Commit

Permalink
fix(community): supabase comparison to string function (#6910)
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshyaag12 authored Oct 1, 2024
1 parent 16a38bd commit 0f370ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/src/structured_query/supabase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export class SupabaseTranslator<
attribute,
value,
false
)}.${comparator}.${value}}`;
)}.${comparator}.${value}`;
}

/**
Expand Down

0 comments on commit 0f370ba

Please sign in to comment.