mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 12:56:05 +00:00
added r2 binding support to cf adapter
This commit is contained in:
@@ -16,8 +16,8 @@ export function buildMediaSchema() {
|
||||
config: adapter.schema
|
||||
},
|
||||
{
|
||||
title: adapter.schema.title ?? name,
|
||||
description: adapter.schema.description,
|
||||
title: adapter.schema?.title ?? name,
|
||||
description: adapter.schema?.description,
|
||||
additionalProperties: false
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user