Skip to content

Commit 674f119

Browse files
author
Andrew Smith
authored
Merge pull request supabase#11870 from supabase/chore/update-listbuckets-code-highlighting
Update coding fence from js to ts
2 parents 820facf + ce33714 commit 674f119

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/supabase_js_v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ functions:
12721272
name: List buckets
12731273
isSpotlight: true
12741274
code: |
1275-
```js
1275+
```ts
12761276
const { data, error } = await supabase
12771277
.storage
12781278
.listBuckets()

spec/supabase_js_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4213,7 +4213,7 @@ functions:
42134213
name: List buckets
42144214
isSpotlight: true
42154215
code: |
4216-
```js
4216+
```ts
42174217
const { data, error } = await supabase
42184218
.storage
42194219
.listBuckets()

0 commit comments

Comments
 (0)