mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
refac
This commit is contained in:
parent
9c120affb6
commit
090619c27c
@ -42,7 +42,10 @@
|
||||
}
|
||||
|
||||
if (frontmatter?.description) {
|
||||
func.meta.description = frontmatter.description;
|
||||
func.meta = {
|
||||
...func.meta,
|
||||
description: frontmatter.description
|
||||
};
|
||||
}
|
||||
|
||||
onImport(func);
|
||||
|
Loading…
Reference in New Issue
Block a user