Fix for eslint

def23eb359bcb040d7eeb6dd6ddc7a90a3bbeaf4

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

2 files changed, +1 -2Showing whitespace changes
public/scripts/backgrounds.js+1 -1
@@ -1,6 +1,6 @@
1import { Fuse } from '../lib.js';1import { Fuse } from '../lib.js';
22
3import { callPopup, chat_metadata, eventSource, event_types, generateQuietPrompt, getCurrentChatId, getRequestHeaders, getThumbnailUrl, saveSettingsDebounced } from '../script.js';3import { chat_metadata, eventSource, event_types, generateQuietPrompt, getCurrentChatId, getRequestHeaders, getThumbnailUrl, saveSettingsDebounced } from '../script.js';
4import { openThirdPartyExtensionMenu, saveMetadataDebounced } from './extensions.js';4import { openThirdPartyExtensionMenu, saveMetadataDebounced } from './extensions.js';
5import { SlashCommand } from './slash-commands/SlashCommand.js';5import { SlashCommand } from './slash-commands/SlashCommand.js';
6import { SlashCommandParser } from './slash-commands/SlashCommandParser.js';6import { SlashCommandParser } from './slash-commands/SlashCommandParser.js';
public/scripts/openai.js+0 -1
@@ -7,7 +7,6 @@ import { Fuse, DOMPurify } from '../lib.js';
77
8import {8import {
9 abortStatusCheck,9 abortStatusCheck,
10 callPopup,
11 characters,10 characters,
12 event_types,11 event_types,
13 eventSource,12 eventSource,