Skip to content

Commit a849e96

Browse files
committed
fix: I forgot to remove the HTTP status parameter from the interface...
1 parent c9db186 commit a849e96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http/handler/handler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type (
3535
HandleError(
3636
w http.ResponseWriter,
3737
err error,
38-
httpStatus int,
3938
)
4039
}
4140

0 commit comments

Comments
 (0)