diff --git a/src/routes/resources.ts b/src/routes/resources.ts index 41e8158..3c4d578 100644 --- a/src/routes/resources.ts +++ b/src/routes/resources.ts @@ -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 });