cleaned code, added hpg validation in Mission Marker
This commit is contained in:
@@ -235,6 +235,7 @@ router.post("/:id/validate-hpg", async (req, res) => {
|
||||
}
|
||||
},
|
||||
); */
|
||||
// TODO: remove this after testing
|
||||
setTimeout(() => {
|
||||
io.to(`user:${req.user?.id}`).emit("notification", {
|
||||
type: "hpg-validation",
|
||||
|
||||
Reference in New Issue
Block a user