Skip to content

Commit

Permalink
Fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Feb 15, 2025
1 parent 96030e4 commit 5003514
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export class OrganizationProjectModuleService extends TenantAwareCrudService<Org
id,
organizationId,
projectModuleMembers,
managerIds||[],
memberIds||[]
managerIds || [],
memberIds || []
);
}

Expand Down

0 comments on commit 5003514

Please sign in to comment.