This commit is contained in:
PB
2025-11-16 14:53:34 +01:00
parent d5eb16b8cd
commit 53d765d723
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ func (c *HttpClient) SendGet(url string, data, out any) error {
return err
}
fmt.Println("return nil")
return nil
}