mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Use correct workspace identifier for API requests in Orbit Node (#2855)
This commit is contained in:
@@ -114,7 +114,7 @@ export class Orbit implements INodeType {
|
||||
for (const workspace of workspaces.data) {
|
||||
returnData.push({
|
||||
name: workspace.attributes.name,
|
||||
value: workspace.id,
|
||||
value: workspace.attributes.slug,
|
||||
});
|
||||
}
|
||||
return returnData;
|
||||
|
||||
Reference in New Issue
Block a user