projectData and version model added

This commit is contained in:
2025-05-14 14:29:14 +05:30
parent af8510ad90
commit e2be6deb0a
11 changed files with 699 additions and 136 deletions

View File

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