WIP
This commit is contained in:
6
resources/js/notification/helpers.js
Normal file
6
resources/js/notification/helpers.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export function genId() {
|
||||
return (
|
||||
Date.now().toString(36) +
|
||||
Math.random().toString(36).substring(2, 12).padStart(12, 0)
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user