Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Nov 9, 2023
1 parent f8b22da commit c282ead
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import { stackMiddlewares } from "@/middlewares/stackMiddlewares";
import { withAuth } from "@/middlewares/withAuth";
import { withCookies } from "@/middlewares/withCookies";
import { withLanguage } from "@/middlewares/withLanguage";
// import { withOrganization } from "@/middlewares/withOrganization";
import { withOrganization } from "@/middlewares/withOrganization";

export default stackMiddlewares([
withCookies,
withLanguage,
withAuth,
// withOrganization,
withOrganization,
]);

0 comments on commit c282ead

Please sign in to comment.