fixed the condition and route path

This commit is contained in:
2026-01-28 16:55:14 +05:30
parent 4525e969e6
commit 6bc68ddd04
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ export class SchedulingService {
isActive: true,
deletedAt: null,
activityInternalStatus: {
in: [ACTIVITY_INTERNAL_STATUS.ACTIVITY_LISTED, ACTIVITY_INTERNAL_STATUS.ACTIVITY_NOT_LISTED, ACTIVITY_INTERNAL_STATUS.ACTIVITY_UNLISTED]
in: [ACTIVITY_INTERNAL_STATUS.ACTIVITY_APPROVED, ACTIVITY_INTERNAL_STATUS.ACTIVITY_UNLISTED, ACTIVITY_INTERNAL_STATUS.ACTIVITY_LISTED]
}
};