👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2022-01-15 20:33:30 +01:00
parent 806989c298
commit ac1659959b

View File

@@ -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',