mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
👕 Fix lint issue
This commit is contained in:
parent
806989c298
commit
ac1659959b
|
@ -446,7 +446,7 @@ export class Jenkins implements INodeType {
|
|||
|
||||
const options = {
|
||||
auth: {
|
||||
username: username,
|
||||
username,
|
||||
password: apiKey,
|
||||
},
|
||||
method: 'GET',
|
||||
|
|
Loading…
Reference in a new issue