features - random ShortId button

This commit is contained in:
MHSanaei
2023-05-22 16:44:27 +03:30
parent 235e6880c1
commit 3f2e1aede9
3 changed files with 6 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ class RandomUtil {
return str;
}
static randowShortId() {
static randomShortId() {
return this.randomShortIdSeq(8);
}