Skip to content

Commit

Permalink
Make --root-certificates optional (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Dec 11, 2023
1 parent 459a26f commit 3dbfb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/supabase.toit
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Client:
constructor.tls network/net.Interface?=null
--host/string
--anon/string
--root_certificates/List
--root_certificates/List=[]
--local_storage/LocalStorage=NoLocalStorage:
host_ = host
anon_ = anon
Expand Down

0 comments on commit 3dbfb89

Please sign in to comment.