mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 16:05:42 +00:00
nit
This commit is contained in:
@@ -45,7 +45,7 @@ export function createHash() {
|
||||
}
|
||||
|
||||
export function createLongHash() {
|
||||
return Math.random().toString(36).substring(2) + Math.random().toString(36).substring(2)
|
||||
return 'h' + Math.random().toString(36).substring(2) + Math.random().toString(36).substring(2)
|
||||
}
|
||||
|
||||
export function langToExt(lang: string): string {
|
||||
|
||||
Reference in New Issue
Block a user