fix: potential resource leak
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m17s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 4m17s
This commit is contained in:
@ -19,7 +19,6 @@ type InteractionType string
|
||||
|
||||
const (
|
||||
Slug InteractionType = "SLUG"
|
||||
Drop InteractionType = "DROP"
|
||||
)
|
||||
|
||||
var BadGatewayResponse = []byte("HTTP/1.1 502 Bad Gateway\r\n" +
|
||||
|
||||
Reference in New Issue
Block a user