Update main.go

This commit is contained in:
RamiBerm 2021-07-14 14:39:09 +03:00
parent eaa120cad8
commit 8400e9e903

View File

@ -149,8 +149,8 @@ func isHealthCheckByUserAgent(message *tap.OutputChannelItem) bool {
if strings.Contains(strings.ToLower(header.Value), userAgent) {
return true
}
return false
}
return false
}
}
return false