mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-24 11:02:12 -08:00
⚡ small fix
This commit is contained in:
parent
83319c30dc
commit
e0713863e7
|
@ -39,6 +39,6 @@ export async function copperApiRequest(this: IHookFunctions | IExecuteFunctions
|
|||
try {
|
||||
return await this.helpers.request!(options);
|
||||
} catch (error) {
|
||||
throw new Error('Zoom Error: ' + error.message);
|
||||
throw new Error('Copper Error: ' + error.message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue