1
0
Fork 0

Apply suggestions from code review

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Michael Vogel 2021-10-25 21:27:21 +02:00 committed by GitHub
commit 81c9d8d479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -72,7 +72,7 @@ class PubSubPublish
$ret = $postResult->getReturnCode();
if ($ret >= 200 && $ret <= 299) {
Logger::notice('Successfully pushed to ' . $subscriber['callback_url']);
Logger::info('Successfully pushed to ' . $subscriber['callback_url']);
PushSubscriber::reset($subscriber['id'], $last_update);
} else {