mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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 = {
|
const options = {
|
||||||
auth: {
|
auth: {
|
||||||
username: username,
|
username,
|
||||||
password: apiKey,
|
password: apiKey,
|
||||||
},
|
},
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
|
|
Loading…
Reference in a new issue