initial commit

This commit is contained in:
victorAnumudu
2024-03-22 15:07:13 +01:00
parent 9850cdd392
commit 30ce6a7d6e
2 changed files with 4 additions and 2 deletions
@@ -16,6 +16,7 @@ const MarketPopUp = ({ details, onClose, situation, marketInt }) => {
"offer_code": details?.offer_code,
"offer_uid": details?.offer_uid,
"job_uid": details?.job_uid,
"market_uid": details?.market_uid
}
let room = `INTEREST-${details?.market_uid}`
sendJobInterestToOwner(message, room)