Removed Archived Filtering
This commit is contained in:
@@ -476,7 +476,6 @@ export default async function resourceRoutes(server: FastifyInstance) {
|
||||
//@ts-ignore
|
||||
.select(select || dataTypes[resource].supabaseSelectWithInformation)
|
||||
.eq("tenant", req.user.tenant_id)
|
||||
.eq("archived", false)
|
||||
if (error) {
|
||||
console.log(error)
|
||||
return reply.code(400).send({ error: error.message });
|
||||
|
||||
Reference in New Issue
Block a user