Use strict mode for prompt manager

Should already be the case since it's a module but let's me specific
This commit is contained in:
maver 2023-08-20 16:28:22 +02:00
parent 58ab266365
commit 59179f6c70
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use strict";
import { callPopup, event_types, eventSource, is_send_press, main_api, substituteParams } from "../script.js";
import { is_group_generating } from "./group-chats.js";
import { TokenHandler } from "./openai.js";