fix: secret env bug in firebase due to undefined value (#3881)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
3
packages/hoppscotch-common/src/helpers/utils/uniqueID.ts
Normal file
3
packages/hoppscotch-common/src/helpers/utils/uniqueID.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const uniqueID = (length = 16) => {
|
||||
return Math.random().toString(36).substring(2, length)
|
||||
}
|
||||
Reference in New Issue
Block a user