Skip to content

Commit

Permalink
reset validation counter (#73459) (#73943)
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 31, 2020
1 parent a41f085 commit b31d533
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 b31d533

Please sign in to comment.