Open megha-66 opened 1 month ago
Added "draft : true" to the select part of "prisma.pullRequest.findMany" query.
Added "draft : false" to the "where" clause , ensuring only non-draft PRs are fetched from the database.
Added "draft : true" to the select part of "prisma.pullRequest.findMany" query.
Added "draft : false" to the "where" clause , ensuring only non-draft PRs are fetched from the database.