Simplify type

This commit is contained in:
Daniel Lugo 2021-09-13 14:08:20 -04:00
parent fe0441e3b8
commit 72e68d8462

View file

@ -38,7 +38,7 @@ const idToLoadListener = {}
/**
* Path to pending puts. Oldest to newest
* @type {Record<string, Smith.PendingPut[]?>}
* @type {Record<string, Smith.PendingPut[]>}
*/
const pendingPuts = {}