Commit ea690876 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 331941db
...@@ -79,7 +79,9 @@ ...@@ -79,7 +79,9 @@
meta: { meta: {
...info.meta, ...info.meta,
profile_image_url: info.meta.profile_image_url ?? '/favicon.png', profile_image_url: info.meta.profile_image_url ?? '/favicon.png',
suggestion_prompts: info.meta.suggestion_prompts.filter((prompt) => prompt.content !== '') suggestion_prompts: info.meta.suggestion_prompts
? info.meta.suggestion_prompts.filter((prompt) => prompt.content !== '')
: null
}, },
params: { ...info.params, ...params } params: { ...info.params, ...params }
}); });
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment