mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 19:33:27 +01:00
Make linter happy
This commit is contained in:
parent
769e071593
commit
9202d85532
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue