Fix CC import

fddfbc55291d7fbd7f50dbccf1e8d5a43b4ca425

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/openai.js+1 -1
@@ -4264,7 +4264,7 @@ async function onPresetImportFileChange(e) {
42644264 body: JSON.stringify({
42654265 apiId: 'openai',
42664266 name: name,
42674267 preset: importedFilepresetBody,
42684268 }),
42694269 });
42704270