mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-14 16:49:10 +00:00
something is wrong with CI :(
This commit is contained in:
parent
dc1a65941f
commit
15db46c1b2
2 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
import { decodeTime, monotonicFactory } from 'ulid-workers';
|
||||
|
||||
const ulid = monotonicFactory();
|
||||
import { decodeTime, ulid } from 'ulid-workers';
|
||||
|
||||
export const getID = () => ulid();
|
||||
export const dateFromID = (id: string) => decodeTime(id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue