Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Jun 29, 2021
1 parent 208e463 commit aa3ab61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export function registerSnapshotsRoutes({
return res.notFound({ body: 'Snapshot not found' });
}

const successfulSnapshots = fetchedSnapshots
const successfulSnapshots = snapshotsList
.filter(({ state }) => state === 'SUCCESS')
.sort((a, b) => {
return +new Date(b.end_time!) - +new Date(a.end_time!);
Expand Down

0 comments on commit aa3ab61

Please sign in to comment.