mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(cli): add external hooks for when members are added or deleted (#3988)
This commit is contained in:
committed by
GitHub
parent
fc6484ba4d
commit
6be999714f
@@ -98,7 +98,11 @@ export async function initTestServer({
|
||||
|
||||
if (!endpointGroups) return testServer.app;
|
||||
|
||||
if (endpointGroups.includes('credentials') || endpointGroups.includes('me')) {
|
||||
if (
|
||||
endpointGroups.includes('credentials') ||
|
||||
endpointGroups.includes('me') ||
|
||||
endpointGroups.includes('users')
|
||||
) {
|
||||
testServer.externalHooks = ExternalHooks();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user