Add post_media bucket to ensure-buckets endpoint
cgen-8cc46149407544d9823ac4a9c42d560b
This commit is contained in:
parent
5149ef184d
commit
e30d528bc2
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ export function createServer() {
|
|||
const targets = [
|
||||
{ name: "avatars", public: true },
|
||||
{ name: "banners", public: true },
|
||||
{ name: "post_media", public: true },
|
||||
];
|
||||
const { data: buckets } = await (
|
||||
adminSupabase as any
|
||||
|
|
|
|||
Loading…
Reference in a new issue