fix: import uuidv4 in ayon helpers
This commit is contained in:
@@ -826,6 +826,7 @@ async function seedAdminFromEnv() {
|
||||
|
||||
// Collection that holds all AYON task boards.
|
||||
const AYON_COLLECTION_NAME = 'AYON';
|
||||
const { v4: uuidv4 } = require('uuid');
|
||||
|
||||
/**
|
||||
* Get-or-create the internal user row backing an AYON identity.
|
||||
|
||||
Reference in New Issue
Block a user