Skip to content

Commit

Permalink
fix: add rnd to suid cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean M. Lescure committed Sep 23, 2023
1 parent 4bdb9ff commit 5a46c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/short-unique-id
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ if ('format' in options) {
} else if ('parse' in options) {
console.log(uid.parseStamp(options.parse));
} else {
console.log(uid());
console.log(uid.rnd());
}

0 comments on commit 5a46c0d

Please sign in to comment.