forked from jason/cpolis
Cleanup
This commit is contained in:
@ -14,8 +14,8 @@ type Client struct {
|
||||
|
||||
func NewClient(c *Config) (*Client, error) {
|
||||
var err error
|
||||
client := new(Client)
|
||||
|
||||
client := new(Client)
|
||||
ctx := context.Background()
|
||||
opt := option.WithCredentialsFile(c.FirebaseKey)
|
||||
|
||||
|
Reference in New Issue
Block a user