mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
fix(core): Don't create multiple owners when importing credentials or workflows (#9112)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"createdAt": "2023-07-10T14:50:49.193Z",
|
||||
"updatedAt": "2023-10-27T13:34:42.917Z",
|
||||
"id": "123",
|
||||
"name": "cred-aws-test",
|
||||
"data": {
|
||||
"region": "eu-west-1",
|
||||
"accessKeyId": "999999999999",
|
||||
"secretAccessKey": "aaaaaaaaaaaaa"
|
||||
},
|
||||
"type": "aws"
|
||||
}
|
||||
Reference in New Issue
Block a user