Skip to content

Commit

Permalink
Update Client.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
acupofjose authored Jul 27, 2024
1 parent f37fef7 commit 6e2eb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Supabase/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace Supabase
{
/// <summary>
/// A singleton class representing a Supabase Client.
/// A class representing the Supabase Client, coordinating between all child APIs
/// </summary>
public class Client : ISupabaseClient<User, Session, RealtimeSocket, RealtimeChannel, Bucket, FileObject>
{
Expand Down

0 comments on commit 6e2eb32

Please sign in to comment.