optimal http wait

This commit is contained in:
liuzhihang1
2025-02-15 21:54:45 +08:00
parent 0566b259a1
commit a541cdec15
3 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ func Unwarp[T any](result T, err error) T {
return result
}
func UnwarpIgnore[T any](result T, _ error) T {
func UnwarpIgnore[T any](result T, _ any) T {
return result
}