Skip to content

Commit d740c1e

Browse files
veritemsoedirgo
authored andcommitted
chore: fixed ending semi colon
1 parent 3a1d6a7 commit d740c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ let client = Postgrest::new("https://your.supabase.endpoint/rest/v1/")
102102
.insert_header(
103103
"apikey",
104104
dotenv::var("SUPABASE_PUBLIC_API_KEY").unwrap())
105-
.insert_header("Authorization", format!("Bearer {}", SERVICE_KEY))
105+
.insert_header("Authorization", format!("Bearer {}", SERVICE_KEY));
106106

107107
let resp = client
108108
.from("your_table")

0 commit comments

Comments
 (0)