Fix Novel bias not displaying

This commit is contained in:
Cohee 2024-09-25 10:01:34 +00:00
parent 1ad0154f0f
commit 5a4e23f62f
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const samplers = {
let novel_data = null;
let badWordsCache = {};
const BIAS_KEY = '#novel_api-settings';
const BIAS_KEY = '#range_block_novel';
export function setNovelData(data) {
novel_data = data;