Skip to content

Commit

Permalink
Fix reporter select
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianruesch committed Dec 6, 2023
1 parent 6f5e301 commit 8f52fb4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions electron/providers/jira-cloud-provider/JiraCloudProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -767,11 +767,7 @@ export class JiraCloudProvider implements IProvider {
id: projectId,
},
}),
...(reporter && {
reporter: {
id: reporter,
},
}),
...(reporter && { reporter }),
...(priority && priority.id && { priority }),
...(assignee &&
assignee.id && {
Expand Down

0 comments on commit 8f52fb4

Please sign in to comment.