👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2021-01-13 20:20:30 +01:00
parent 4f75788818
commit 785b0e385e
38 changed files with 1595 additions and 1595 deletions

View File

@@ -258,7 +258,7 @@ export class Jira implements INodeType {
// the interface call must bring username
const users = await jiraSoftwareCloudApiRequest.call(this, '/api/2/user/search', 'GET', {},
{
username: "'",
username: '\'',
},
);
for (const user of users) {
@@ -675,7 +675,7 @@ export class Jira implements INodeType {
version: 1,
content: [
{
type: "paragraph",
type: 'paragraph',
content: [
{
type: 'text',
@@ -750,7 +750,7 @@ export class Jira implements INodeType {
version: 1,
content: [
{
type: "paragraph",
type: 'paragraph',
content: [
{
type: 'text',