Skip to content

Commit

Permalink
Registred in neev camp learner reassing camp issue fix (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tusharmahajan12 authored Sep 18, 2024
1 parent 5b6b665 commit 43ecde3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/src/camp/camp.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4383,7 +4383,8 @@ export class CampService {
learner_data?.find(
(item) =>
user_id === item.user_id &&
item.status !== 'registered_in_camp',
item.status !== 'registered_in_camp' &&
item.status !== 'registered_in_neev_camp',
),
)
.filter((e) => e);
Expand Down

0 comments on commit 43ecde3

Please sign in to comment.