remove workaround from fixed issue

This commit is contained in:
2021-10-04 15:19:32 -06:00
parent 0d6127c969
commit 4b7ed32684

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 []))