Skip to content

Commit

Permalink
Merge pull request #99 from atlp-rwanda/ft-seller-dashboard
Browse files Browse the repository at this point in the history
Ft seller dashboard
  • Loading branch information
sevelinCa authored Jul 20, 2024
2 parents 0cff03d + 4402995 commit 9509fc9
Show file tree
Hide file tree
Showing 17 changed files with 199 additions and 121 deletions.
55 changes: 24 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/controllers/Chat.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ export const getLatestMessages = async (req: Request, res: Response) => {
} catch (error: any) {
res.status(500).json({ error: error.message });
}
};
};
Loading

0 comments on commit 9509fc9

Please sign in to comment.