Skip to content

Commit

Permalink
feat: re-export postgrest error
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs committed Oct 20, 2024
1 parent 07ab388 commit ca2c362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/supabase-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use futures::{Stream, StreamExt as _};
use postgrest::{reqwest, Postgrest};
use supabase_auth::url;
use tracing::instrument;
pub use {postgrest, supabase_auth};
pub use {postgrest, postgrest_error, supabase_auth};

pub struct PostgerstResponse<T> {
response: reqwest::Response,
Expand Down

0 comments on commit ca2c362

Please sign in to comment.