Skip to content
This repository was archived by the owner on Jan 25, 2020. It is now read-only.

Commit 5df73b7

Browse files
committed
sponsordump for checked in
1 parent 7775e1e commit 5df73b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/SponsorDump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function handle()
5353
$this->info('saving to: '.$resumeDir);
5454
$apps = Application::with('user')->get();
5555
foreach ($apps as $app) {
56-
if ($app->rsvp && $app->resume_uploaded) {
56+
if ($app->rsvp && $app->resume_uploaded && ($app->checked_in_at !== null)) {
5757
$resumeURL = $app->user->resumeURL();
5858
$resumeFilename = $app->user->id.'_'.$app->user->first_name.'_'.$app->user->last_name;
5959
$resumeFilename = str_replace(' ', '_', $resumeFilename);

0 commit comments

Comments
 (0)