From 3f2e1aede90984d3bafab377509f712e5ce51ec0 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 22 May 2023 16:44:27 +0330 Subject: features - random ShortId button --- web/assets/js/util/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/assets/js/util/utils.js') diff --git a/web/assets/js/util/utils.js b/web/assets/js/util/utils.js index d3092ac1..e6a28a32 100644 --- a/web/assets/js/util/utils.js +++ b/web/assets/js/util/utils.js @@ -104,7 +104,7 @@ class RandomUtil { return str; } - static randowShortId() { + static randomShortId() { return this.randomShortIdSeq(8); } -- cgit v1.2.3