Skip to content

Commit

Permalink
Check if request has SMSDirectoryData when looking for empty response
Browse files Browse the repository at this point in the history
  • Loading branch information
wing5wong committed Jul 20, 2022
1 parent 444f1e4 commit 5294abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/KamarData.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class KamarData

public function isMissing()
{
return empty(request()->getContent());
return !request()->has('SMSDirectoryData');
}

public function isSyncCheck()
Expand Down

0 comments on commit 5294abd

Please sign in to comment.