Storage usage fix build

This commit is contained in:
Isaac 2024-10-18 18:53:16 +04:00
parent f67027d7e9
commit a38e1cf06e

View File

@ -315,7 +315,6 @@ public final class StorageBox {
value.read(&currentSize, offset: 0, length: 8)
}
let previousSize = currentSize
currentSize += delta
if currentSize < 0 {