Unused field ClientConfig.SendEndpoint deleted.

This commit is contained in:
Владислав Весельский 2025-02-05 11:46:43 +03:00
parent d2b252d82a
commit eb024fd00c
1 changed files with 0 additions and 1 deletions

1
fcm.go
View File

@ -80,7 +80,6 @@ func ReadCredentialsFromFile(filename string) (Credentials, error) {
} }
type ClientConfig struct { type ClientConfig struct {
SendEndpoint string
} }
type Client struct { type Client struct {