Skip to content

Commit

Permalink
chore: export the error
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs committed Sep 24, 2024
1 parent a3671ff commit 1db9935
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/supabase-client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pub use error::SupabaseClientError;
mod client;
mod error;
pub mod error;
pub use client::{
query_builder, AuthenticatedSupabaseClient, PostgRestQuery, SupabaseClient, SupabaseClientExt,
};

0 comments on commit 1db9935

Please sign in to comment.