mirror of https://github.com/Budibase/budibase.git
5 changed files with 13 additions and 9 deletions
@ -0,0 +1,5 @@ |
|||
const { v4 } = require("uuid") |
|||
|
|||
module.exports = function() { |
|||
return v4().replace(/-/g, "") |
|||
} |
|||
Loading…
Reference in new issue