Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rebasedming authored and kysshsy committed Jan 12, 2025
1 parent db78155 commit 0aab31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase-wrappers/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub unsafe fn user_mapping_options(fserver: *mut pg_sys::ForeignServer) -> HashM
pg_sys::Datum::from((*fserver).serverid),
);

if user_mapping_tup.is_null() {
if tup.is_null() {
tup = pg_sys::SearchSysCache2(
pg_sys::SysCacheIdentifier_USERMAPPINGUSERSERVER as i32,
pg_sys::Datum::from(pg_sys::InvalidOid),
Expand Down

0 comments on commit 0aab31c

Please sign in to comment.