chore: apply linter fixes
This commit is contained in:
committed by
Mateusz Filipowicz
parent
685572d5ce
commit
d79f581c1f
@@ -45,7 +45,7 @@ func (c *Client) GetSite(ctx context.Context, id string) (*Site, error) {
|
||||
}
|
||||
}
|
||||
|
||||
return nil, NotFoundError
|
||||
return nil, ErrNotFound
|
||||
}
|
||||
|
||||
func (c *Client) CreateSite(ctx context.Context, description string) ([]Site, error) {
|
||||
|
||||
Reference in New Issue
Block a user