mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Typo fixes in various descriptions (no-changelog) (#8854)
Signed-off-by: pengqiseven <912170095@qq.com> Co-authored-by: pengqiseven <i@sohu.com>
This commit is contained in:
@@ -51,7 +51,7 @@ export async function mauticApiRequest(
|
||||
}
|
||||
|
||||
if (returnData.errors) {
|
||||
// They seem to to sometimes return 200 status but still error.
|
||||
// They seem to sometimes return 200 status but still error.
|
||||
throw new NodeApiError(this.getNode(), returnData as JsonObject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user