Skip to content

Commit 9509fc9

Browse files
authored
Merge pull request #99 from atlp-rwanda/ft-seller-dashboard
Ft seller dashboard
2 parents 0cff03d + 4402995 commit 9509fc9

17 files changed

+199
-121
lines changed

package-lock.json

+24-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/controllers/Chat.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ export const getLatestMessages = async (req: Request, res: Response) => {
138138
} catch (error: any) {
139139
res.status(500).json({ error: error.message });
140140
}
141-
};
141+
};

0 commit comments

Comments
 (0)