Skip to content

Commit

Permalink
Fix supplierController.ts
Browse files Browse the repository at this point in the history
aelassas committed Nov 30, 2024
1 parent 851a461 commit c0f4164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/controllers/supplierController.ts
Original file line number Diff line number Diff line change
@@ -83,6 +83,7 @@ export const update = async (req: Request, res: Response) => {
phone: supplier.phone,
location: supplier.location,
bio: supplier.bio,
avatar: supplier.avatar,
payLater: supplier.payLater,
contracts: supplier.contracts,
})

0 comments on commit c0f4164

Please sign in to comment.