Skip to content

Commit

Permalink
Simplify comment expression
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianruesch committed Dec 20, 2023
1 parent 8dac335 commit 7f03873
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions electron/providers/jira-server-provider/JiraServerProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,6 @@ export class JiraServerProvider implements IProvider {
created: commentElement.created,
updated: commentElement.updated,
})),
} ?? {
comments: [],
},
projectId: element.fields.project.id,
sprint: element.fields.sprint,
Expand Down

0 comments on commit 7f03873

Please sign in to comment.