Skip to content

Commit

Permalink
minor, see the prev commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Jul 13, 2019
1 parent 2062a5c commit c06860a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _examples/cronjob/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ func startConnectionManager(ctx context.Context) {
func pushNotifications() {
notifications := database.getNotificationList(connectionIDs)
if len(notifications) == 0 {
log.Println("no new notification to send...")
return
}

Expand Down

0 comments on commit c06860a

Please sign in to comment.