mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ removed console.log
This commit is contained in:
@@ -13,7 +13,6 @@ export async function bitbucketApiRequest(this: IHookFunctions | IExecuteFunctio
|
||||
throw new Error('No credentials got returned!');
|
||||
}
|
||||
const userpass = `${credentials.username}:${credentials.appPassword}`
|
||||
console.log()
|
||||
let options: OptionsWithUri = {
|
||||
method,
|
||||
qs,
|
||||
|
||||
Reference in New Issue
Block a user