mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐛 Use correct workspace identifier for API requests in Orbit Node (#2855)
This commit is contained in:
parent
40e5bea514
commit
7451e94b03
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue