Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed May 7, 2024
1 parent 5cd4553 commit cd6c3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/checks/runChecks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ async function sqlEval(sqlFragment: any, run: any): Promise<boolean> {
// those are eval-specific and differ from the run object
delete run.idealOutput
delete run.context
delete run.radarId
delete run.runId

await sql.begin(async (tx) => {
// create a virtual table with the run columns, without the id, project_id and is_public columns
Expand Down

0 comments on commit cd6c3c9

Please sign in to comment.