Added a few logs

This commit is contained in:
2023-06-18 01:36:34 +02:00
parent c05deb3a41
commit 67218d8045
4 changed files with 15 additions and 0 deletions

View File

@@ -127,5 +127,7 @@ func (fb FirebaseConnector) SendNotification(ctx context.Context, client models.
return "", err
}
log.Info().Msg(fmt.Sprintf("Sucessfully pushed notification %s", msg.MessageID))
return respBody.Name, nil
}