mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add source header to link.fish node
This commit is contained in:
@@ -298,6 +298,9 @@ export class LinkFish implements INodeType {
|
||||
const options = {
|
||||
method: requestMethod,
|
||||
body,
|
||||
headers: {
|
||||
'x-lf-source': 'n8n',
|
||||
},
|
||||
qs,
|
||||
uri: `https://api.link.fish/Urls/${endpoint}`,
|
||||
auth: {
|
||||
|
||||
Reference in New Issue
Block a user