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 {
31613161 this.firstMessageText = '...';
31623162 this.timeStarted = timeStarted;
31633163 /**
31643164 * @type {number | null?}
31653165 */
31663166 this.timeToFirstToken = null;
31673167 this.createdAt = new Date();