chore: git cache cleanup
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package notifications
|
||||
|
||||
import "net/http"
|
||||
|
||||
func executeNotifyRequest(client *http.Client, req *http.Request) (*http.Response, error) {
|
||||
return client.Do(req)
|
||||
}
|
||||
Reference in New Issue
Block a user