Fix Novel bias not displaying

9047f311b7aa36b5ada879c61f0058bcbdfaafa6

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/nai-settings.js+1 -1
@@ -74,7 +74,7 @@ const samplers = {
7474
75let novel_data = null;75let novel_data = null;
76let badWordsCache = {};76let badWordsCache = {};
77const BIAS_KEY = '#novel_api-settings';77const BIAS_KEY = '#range_block_novel';
7878
79export function setNovelData(data) {79export function setNovelData(data) {
80 novel_data = data;80 novel_data = data;