removed unsed attendees json from check-in page
This commit is contained in:
parent
562250a9cf
commit
4b9dd02a3d
|
|
@ -28,7 +28,6 @@ class EventCheckInController extends MyBaseController
|
|||
];
|
||||
|
||||
JavaScript::put([
|
||||
'attendees' => $event->attendees,
|
||||
'qrcodeCheckInRoute' => route('postQRCodeCheckInAttendee', ['event_id' => $event->id]),
|
||||
'checkInRoute' => route('postCheckInAttendee', ['event_id' => $event->id]),
|
||||
'checkInSearchRoute' => route('postCheckInSearch', ['event_id' => $event->id]),
|
||||
|
|
|
|||
Loading…
Reference in New Issue