🔨 Minor improvements to breaking changes (#2115)

This commit is contained in:
Tanay Pant 2021-08-23 10:50:57 +02:00 committed by GitHub
parent 5e66c4789f
commit 7365309346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: