Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Aug 4, 2023
1 parent 5155285 commit db5ecc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function getStatus(output: Output | undefined): Status {
}
const columns: ColumnDef<CheckWithOutputs, any>[] = [
columnHelper.accessor(
(row) => {
(row: any) => {
const expectedStatus = row.outputs?.expected?.status
const actualStatus = row.outputs?.actual?.status

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit db5ecc1

Please sign in to comment.