feat(estimate): scope estimate search to controller audience
This commit is contained in:
@@ -245,7 +245,7 @@ async function autoFillDemandLineRates(
|
||||
}
|
||||
|
||||
export const estimateRouter = createTRPCRouter({
|
||||
list: protectedProcedure
|
||||
list: controllerProcedure
|
||||
.input(EstimateListFiltersSchema.default({}))
|
||||
.query(async ({ ctx, input }) =>
|
||||
listEstimates(
|
||||
|
||||
Reference in New Issue
Block a user