We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8446c3f commit 7323265Copy full SHA for 7323265
1 file changed
services/merrymaker-go/internal/http/list_handler.go
@@ -38,7 +38,7 @@ func WrapListFetcher[T any](
38
}
39
40
// WrapFilteredFetcher adapts a filtered fetch function to FilteredFetcher and centralizes logging.
41
-func WrapFilteredFetcher[T any, F any](
+func WrapFilteredFetcher[T, F any](
42
fetchFunc func(ctx context.Context, filters F, limit, offset int) ([]T, error),
43
logger *slog.Logger,
44
msg string,
0 commit comments