mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-07-27 22:45:03 +00:00
Merge pull request #450 from Hestia-Homes/fix/setup-workstreams-authz-import
fix(ara-projects): repoint workstreams setup import to guards (fixes main build)
This commit is contained in:
commit
ac932524fe
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { notFound } from "next/navigation";
|
||||
import { requireProjectAccess } from "../../../authz";
|
||||
import { requireProjectAccess } from "../../../guards";
|
||||
import { authorizeWorkstreamRequest } from "@/app/api/projects/[projectId]/workstreams/authorize";
|
||||
import { listWorkstreamOptions } from "@/app/api/projects/[projectId]/workstreams/queries";
|
||||
import {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue