Skip to content
This repository was archived by the owner on Sep 3, 2026. It is now read-only.

Commit 7fc5f86

Browse files
author
outlndrr
committed
fix(uuid): correct module in erlang
1 parent e0eb161 commit 7fc5f86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lummy_agent_uuid_ffi.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-module(warp_uuid_ffi).
1+
-module(lummy_agent_uuid_ffi).
22
-export([fast_uuid_v4/0]).
33

44
%% Fast UUID v4: rand:bytes (non-crypto) + binary:encode_hex.

0 commit comments

Comments
 (0)