mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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 req = this.getRequestObject();
|
||||||
const authentication = this.getNodeParameter('authentication') as string;
|
const authentication = this.getNodeParameter('authentication') as string;
|
||||||
let secret = '';
|
let secret = '';
|
||||||
console.log('llego request');
|
|
||||||
|
|
||||||
if (authentication === 'apiKey') {
|
if (authentication === 'apiKey') {
|
||||||
const credentials = await this.getCredentials('shopifyApi');
|
const credentials = await this.getCredentials('shopifyApi');
|
||||||
|
|||||||
Reference in New Issue
Block a user