Skip to content
Snippets Groups Projects
Commit 9202d855 authored by Philipp Heckel's avatar Philipp Heckel
Browse files

Make linter happy

parent 769e0715
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ const (
)
var (
errFirebaseQuotaExceeded = errors.New("Firebase quota exceeded")
errFirebaseQuotaExceeded = errors.New("quota exceeded for Firebase messages to topic")
)
// firebaseClient is a generic client that formats and sends messages to Firebase.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment