UUID[0] has a specific meaning. I thought for a second that you were generating UUIDs but in a different base so as to make them more compact, like short-uuid[1] does, but judging by the code that doesn't look to be the case. I'd recommend doing a find & replace and changing it to just UID.<p>[0]: <a href="https://www.rfc-editor.org/rfc/rfc9562.html" rel="nofollow">https://www.rfc-editor.org/rfc/rfc9562.html</a><p>[1]: <a href="https://www.npmjs.com/package/short-uuid" rel="nofollow">https://www.npmjs.com/package/short-uuid</a>