fixed the condition and route path
This commit is contained in:
@@ -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]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user