diff --git a/helpers.go b/helpers.go index c3a4246..6acc08b 100644 --- a/helpers.go +++ b/helpers.go @@ -243,5 +243,5 @@ func getID() string { } func getShortID() string { - return uuid.NewString()[:4] + return uuid.NewString()[:6] }