remove workaround from fixed issue

This commit is contained in:
2021-10-04 15:19:32 -06:00
parent 29d0dca251
commit ee27f5e4ec

View File

@@ -52,6 +52,6 @@
(function :Entry _newEntry []
(object
id ((#if neko Uuid.v1 Uuid.v4)) // Work around https://github.com/flashultra/uuid/issues/3 on Neko
id (Uuid.v4)
components (new Map)
files []))