Skip to content

Commit

Permalink
Cast type when parsing results
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Sep 22, 2023
1 parent 6b7145d commit 3c2daf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/share/components/parseResults.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ClobbrUIResultListItem } from '@/ui/models/ClobbrUIResultListItem';
import { ClobbrUICompressedResultListItem } from '@/ui/models/ClobbrCompressedResultListItem';
import { ClobbrUIResult } from '@/ui/models/ClobbrUIResult';

export const parseResult = (
result: string
Expand Down Expand Up @@ -86,7 +87,7 @@ export const parseResult = (
parallel: parsed.lr.p,
logs,
resultDurations
},
} as ClobbrUIResult,
historicalResults: [],
properties: {
gql: {
Expand Down

1 comment on commit 3c2daf5

@vercel
Copy link

@vercel vercel bot commented on 3c2daf5 Sep 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.