Skip to content

Commit

Permalink
reset validation counter (elastic#73459)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 authored Jul 31, 2020
1 parent 9a1a6d3 commit 4454b30
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ export const tsvbTelemetrySavedObjectType: SavedObjectsType = {
migrations: {
'7.7.0': flow(resetCount),
'7.8.0': flow(resetCount),
'7.9.0': flow(resetCount),
'7.10.0': flow(resetCount),
},
};

0 comments on commit 4454b30

Please sign in to comment.