reduce number of variables and sanity checks 😵

This commit is contained in:
Kevin Jahns
2020-06-09 23:48:27 +02:00
parent 6b0154f046
commit 6dd26d3b48
4 changed files with 69 additions and 75 deletions

View File

@@ -52,7 +52,7 @@ export class GC extends AbstractStruct {
/**
* @param {Transaction} transaction
* @param {StructStore} store
* @return {null | ID}
* @return {null | number}
*/
getMissing (transaction, store) {
return null