mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-23 11:44:06 -08:00
🔨 Minor improvements to breaking changes (#2115)
This commit is contained in:
parent
5e66c4789f
commit
7365309346
|
@ -6,7 +6,7 @@ This list shows all the versions which include breaking changes and how to upgra
|
|||
|
||||
### What changed?
|
||||
|
||||
The in-node core methods for credentials and binary data changed.
|
||||
The in-node core methods for credentials and binary data have changed.
|
||||
|
||||
### When is action necessary?
|
||||
|
||||
|
@ -14,7 +14,7 @@ If you are using custom n8n nodes.
|
|||
|
||||
### How to upgrade:
|
||||
|
||||
1. The method `this.getCredentials(myNodeCredentials)` is now asyn. So `await` has to be added in front of it.
|
||||
1. The method `this.getCredentials(myNodeCredentials)` is now async. So `await` has to be added in front of it.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in a new issue