Fix for eslint

This commit is contained in:
Cohee
2025-06-02 23:50:12 +03:00
parent 134ade0951
commit def23eb359
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { Fuse } from '../lib.js'; import { Fuse } from '../lib.js';
import { callPopup, chat_metadata, eventSource, event_types, generateQuietPrompt, getCurrentChatId, getRequestHeaders, getThumbnailUrl, saveSettingsDebounced } from '../script.js'; import { chat_metadata, eventSource, event_types, generateQuietPrompt, getCurrentChatId, getRequestHeaders, getThumbnailUrl, saveSettingsDebounced } from '../script.js';
import { openThirdPartyExtensionMenu, saveMetadataDebounced } from './extensions.js'; import { openThirdPartyExtensionMenu, saveMetadataDebounced } from './extensions.js';
import { SlashCommand } from './slash-commands/SlashCommand.js'; import { SlashCommand } from './slash-commands/SlashCommand.js';
import { SlashCommandParser } from './slash-commands/SlashCommandParser.js'; import { SlashCommandParser } from './slash-commands/SlashCommandParser.js';

View File

@@ -7,7 +7,6 @@ import { Fuse, DOMPurify } from '../lib.js';
import { import {
abortStatusCheck, abortStatusCheck,
callPopup,
characters, characters,
event_types, event_types,
eventSource, eventSource,