Skip to content

Commit

Permalink
renaming to getFlatHistory
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragsalian committed Oct 24, 2023
1 parent 671b20d commit c82aa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ReportHistoryStore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class ReportHistoryStore {

// If we get here we have an incomplete history and should get
// the report history again, but this time do not check the cache first.
this.getByActionID(reportID)
this.getFlatHistory(reportID)
.done(reportHistory => promise.resolve(this.filterHiddenActions(reportHistory)))
.fail(promise.reject);
})
Expand Down

0 comments on commit c82aa19

Please sign in to comment.