fix: bug
This commit is contained in:
@@ -776,6 +776,7 @@ export const dashboard = new Elysia()
|
||||
index_search: !!b.index_search,
|
||||
auto_refresh_s: Number(b.auto_refresh_s) || 60,
|
||||
og_image_url: b.og_image_url || null,
|
||||
custom_domain: b.custom_domain || null,
|
||||
custom_css: b.custom_css || null,
|
||||
footer_text: b.footer_text || null,
|
||||
groups: groupsForApi,
|
||||
|
||||
Reference in New Issue
Block a user