Skip to content

Commit

Permalink
fix(client-analytics): add missing updatedAt attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kombucha authored Aug 22, 2020
1 parent cd22566 commit 3f1dcd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/client-analytics/src/types/GetABTestResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ export type GetABTestResponse = {
* The ab test created date, if any.
*/
createdAt: string;

/**
* The ab test updated date.
*/
updatedAt: string;

/**
* The ab test unique identifier.
Expand Down

0 comments on commit 3f1dcd6

Please sign in to comment.