mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Refactor status checks and indicators.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import {
|
||||
abortStatusCheck,
|
||||
getRequestHeaders,
|
||||
getStoppingStrings,
|
||||
novelai_setting_names,
|
||||
@@ -91,6 +92,7 @@ export async function loadNovelSubscriptionData() {
|
||||
const result = await fetch('/api/novelai/status', {
|
||||
method: 'POST',
|
||||
headers: getRequestHeaders(),
|
||||
signal: abortStatusCheck.signal,
|
||||
});
|
||||
|
||||
if (result.ok) {
|
||||
|
Reference in New Issue
Block a user