mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Shortcut nullable type
This commit is contained in:
@@ -3161,7 +3161,7 @@ class StreamingProcessor {
|
|||||||
this.firstMessageText = '...';
|
this.firstMessageText = '...';
|
||||||
this.timeStarted = timeStarted;
|
this.timeStarted = timeStarted;
|
||||||
/**
|
/**
|
||||||
* @type {number | null}
|
* @type {number?}
|
||||||
*/
|
*/
|
||||||
this.timeToFirstToken = null;
|
this.timeToFirstToken = null;
|
||||||
this.createdAt = new Date();
|
this.createdAt = new Date();
|
||||||
|
Reference in New Issue
Block a user