Skip to content

Commit

Permalink
Need to look at first
Browse files Browse the repository at this point in the history
  • Loading branch information
John Simons committed May 5, 2016
1 parent ee063c1 commit 0038d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ServiceControl/SagaAudit/ApiModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public ApiModule()

var lastModified = sagaHistory.Changes.OrderByDescending(x => x.FinishTime)
.Select(y => y.FinishTime)
.Single();
.First();

return Negotiate
.WithModel(sagaHistory)
.WithLastModified(lastModified);
Expand Down

0 comments on commit 0038d7a

Please sign in to comment.