File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -293,11 +293,7 @@ function constructSubscriberObjectFromUser(user: User): SubscriberObj {
293293 lists . push ( createListName ( dm . delegation . conference . title , dm . conferenceId , 'HEAD_DELEGATES' ) ) ;
294294 }
295295
296- if (
297- dm . delegation . conference . state !== 'PARTICIPANT_REGISTRATION' &&
298- ! dm . delegation . assignedNationAlpha3Code &&
299- ! dm . delegation . assignedNonStateActorId
300- ) {
296+ if ( ! dm . delegation . assignedNationAlpha3Code && ! dm . delegation . assignedNonStateActorId ) {
301297 lists . push (
302298 createListName ( dm . delegation . conference . title , dm . conferenceId , 'REJECTED_PARTICIPANTS' )
303299 ) ;
@@ -327,7 +323,7 @@ function constructSubscriberObjectFromUser(user: User): SubscriberObj {
327323
328324 if ( sp . assignedRoleId ) {
329325 lists . push ( createListName ( sp . conference . title , sp . conferenceId , 'SINGLE_PARTICIPANTS' ) ) ;
330- } else if ( sp . conference . state !== 'PARTICIPANT_REGISTRATION' ) {
326+ } else {
331327 lists . push ( createListName ( sp . conference . title , sp . conferenceId , 'REJECTED_PARTICIPANTS' ) ) ;
332328 }
333329
You can’t perform that action at this time.
0 commit comments