mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(Shopify Trigger Node): Remove console.log
This commit is contained in:
@@ -389,7 +389,6 @@ export class ShopifyTrigger implements INodeType {
|
||||
const req = this.getRequestObject();
|
||||
const authentication = this.getNodeParameter('authentication') as string;
|
||||
let secret = '';
|
||||
console.log('llego request');
|
||||
|
||||
if (authentication === 'apiKey') {
|
||||
const credentials = await this.getCredentials('shopifyApi');
|
||||
|
||||
Reference in New Issue
Block a user