Fix char data typedef

c1b395fc49d2a682cbdd6cea9c094a46064e0201

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

1 files changed, +0 -1Ignore whitespace
public/scripts/char-data.js+0 -1
@@ -112,6 +112,5 @@
112 * @property {string} chat - name of the current chat file chat112 * @property {string} chat - name of the current chat file chat
113 * @property {string} avatar - file name of the avatar image (acts as a unique identifier)113 * @property {string} avatar - file name of the avatar image (acts as a unique identifier)
114 * @property {string} json_data - the full raw JSON data of the character114 * @property {string} json_data - the full raw JSON data of the character
115 * @property {number} queueOrder - Characters position in the char queue. #1 is currently generating.
116 */115 */
117export default 0;// now this file is a module116export default 0;// now this file is a module