Reply type fixes

This commit is contained in:
Darren Clarke 2023-09-13 11:11:45 +02:00
parent 7071f0c64a
commit 79653705fe
3 changed files with 16 additions and 9 deletions

View file

@ -58,7 +58,6 @@ export default withAuth(
const path = parsedURL.pathname;
console.log({ p: parsedURL.pathname });
if (noAuthPaths.some((p: string) => path.startsWith(p))) {
console.log({ a: "no auth" });
return true;
}