Fix storage usage (fix build)

This commit is contained in:
Isaac 2024-10-21 20:44:17 +04:00
parent f9b5bbf419
commit 1081bdb31e

View File

@ -352,7 +352,7 @@ public final class StorageBox {
withUnsafeMutablePointer(to: &currentSize, { pointer in
self.valueBox.set(self.peerContentTypeStatsTable, key: key, value: MemoryBuffer(memory: UnsafeMutableRawPointer(pointer), capacity: 8, length: 8, freeWhenDone: false))
})
}
})
}
func internalAdd(reference: Reference, to id: Data, contentType: UInt8, size: Int64?) {