Skip to content

Commit 8140d3a

Browse files
committed
Another devin fix
1 parent b667160 commit 8140d3a

File tree

1 file changed

+3
-0
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint

1 file changed

+3
-0
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.errors.$fingerprint/route.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ export const action = async ({ request, params }: ActionFunctionArgs) => {
159159

160160
if (submission.value.totalOccurrences) {
161161
const qb = clickhouseClient.errors.listQueryBuilder();
162+
qb.where("organization_id = {organizationId: String}", {
163+
organizationId: project.organizationId,
164+
});
162165
qb.where("project_id = {projectId: String}", { projectId: project.id });
163166
qb.where("environment_id = {environmentId: String}", {
164167
environmentId: environment.id,

0 commit comments

Comments
 (0)