From c1b395fc49d2a682cbdd6cea9c094a46064e0201 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 4 Jul 2024 20:14:50 +0300 Subject: [PATCH] Fix char data typedef --- public/scripts/char-data.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/scripts/char-data.js b/public/scripts/char-data.js index ee87958ce..378c19ca3 100644 --- a/public/scripts/char-data.js +++ b/public/scripts/char-data.js @@ -112,6 +112,5 @@ * @property {string} chat - name of the current chat file chat * @property {string} avatar - file name of the avatar image (acts as a unique identifier) * @property {string} json_data - the full raw JSON data of the character - * @property {number} queueOrder - Characters position in the char queue. #1 is currently generating. */ export default 0;// now this file is a module