Fix codeowners

This commit is contained in:
alexandra vargas
2026-01-05 16:55:33 +01:00
parent b8b792f78a
commit 306aee16a5
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -61,7 +61,6 @@ func handleCheckRoute(
datasourceSvc datasources.DataSourceService,
pluginCtx *plugincontext.Provider,
) func(context.Context, app.CustomRouteResponseWriter, *app.CustomRouteRequest) error {
return func(ctx context.Context, w app.CustomRouteResponseWriter, r *app.CustomRouteRequest) error {
logger := log.WithContext(ctx)
logger.Info("Received compatibility check request")