mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
remove rant lmfao
This commit is contained in:
parent
3a5327aeb4
commit
dddfd9dbcb
|
@ -367,12 +367,6 @@ export default class Files {
|
|||
file_updates.sizeInBytes = atSIB.reduce((a, b) => a + b, 0)
|
||||
if (!file.chunkSize) file_updates.chunkSize = atSIB[0]
|
||||
if (Object.keys(file_updates).length) {
|
||||
// if file_updates not empty
|
||||
// i gotta do these weird workarounds, ts is weird sometimes
|
||||
// originally i was gonna do key is keyof FilePointer but for some reason
|
||||
// it ended up making typeof file[key] never??? so
|
||||
// its 10pm and chinese people suck at being quiet so i just wanna get this over with
|
||||
// chinese is the worst language in terms of volume lmao
|
||||
let valid_fp_keys = ["sizeInBytes", "chunkSize"]
|
||||
let isValidFilePointerKey = (
|
||||
key: string
|
||||
|
|
Loading…
Reference in a new issue