Skip to content

Commit

Permalink
fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza556 committed Apr 5, 2024
1 parent 0c3c33a commit d0f0d6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/util.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const transformBountyWithPeopleBounty = (bountyDetails: any) => {
const bounty = { ...bountyDetails.bounty };
let assignee;
let organization;
let assignee: any;
let organization: any;
const owner = { ...bountyDetails.owner };

if (bounty.assignee) {
Expand Down

0 comments on commit d0f0d6f

Please sign in to comment.