Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enhacudima committed Nov 6, 2023
1 parent 48e03df commit 9ac7904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Controllers/Reports/API/ExternalPushReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function signIn($uuid)
->with('table')
->where('access_link',$uuid)
->where('status', 1)
->where('expire_at','<=', $date)
->where('expire_at','>=', $date)
->firstOrFail();

$this->checkSchedule($user->id);
Expand Down

0 comments on commit 9ac7904

Please sign in to comment.