Commit 30c13e54 authored by malkoG's avatar malkoG
Browse files

Fix runtime error where nodeinfo is not available

parent 92bc34b2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -61,6 +61,8 @@ export function integrateFederation<TContextData>(

      if (notFound || (notAcceptable && req.route != null)) return;
      await setEResponse(res, response);

      next();
    }
  }