From 4b7ed32684cc714dccfe7d9a3af779818cb8b34d Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 4 Oct 2021 15:19:32 -0600 Subject: [PATCH] remove workaround from fixed issue --- src/nat/Archive.kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nat/Archive.kiss b/src/nat/Archive.kiss index 543d4b0..3acd84d 100644 --- a/src/nat/Archive.kiss +++ b/src/nat/Archive.kiss @@ -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 []))