project create socket

This commit is contained in:
2025-05-14 12:41:27 +05:30
parent 2997967899
commit af8510ad90
3 changed files with 56 additions and 1 deletions

View File

@@ -1050,7 +1050,7 @@ try {
}
}
const emitEventResponse = (socket: Socket, organization: string, event: string, result: any) => {
export const emitEventResponse = (socket: Socket, organization: string, event: string, result: any) => {
if (organization) {
socket.to(organization).emit(event, {
success: result.success,