Simplify type
This commit is contained in:
parent
fe0441e3b8
commit
72e68d8462
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue