mirror of
https://github.com/HeyPuter/puter.git
synced 2026-07-30 02:41:42 +00:00
There is a case where this.entry.id has a value in FSNodeContext while this.mysql_id does not. I was under the impression that this state was not possibole. The cause of this eludes me. This commit does not correct the root cause - it only adds a workaround to this issue by falling back to this.entry.id if this.mysql_id is `undefined`.