Shortcut nullable type

3cb24507a719283bd238ec46d74e2e0ad0560d1b

bmen25124 <bmen25124@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -3161,7 +3161,7 @@ class StreamingProcessor {
3161 this.firstMessageText = '...';3161 this.firstMessageText = '...';
3162 this.timeStarted = timeStarted;3162 this.timeStarted = timeStarted;
3163 /**3163 /**
3164 * @type {number | null}3164 * @type {number?}
3165 */3165 */
3166 this.timeToFirstToken = null;3166 this.timeToFirstToken = null;
3167 this.createdAt = new Date();3167 this.createdAt = new Date();