Skip to content

Commit

Permalink
Update src/actions-util.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Mercer <henry.mercer@me.com>
  • Loading branch information
criemen and henrymercer committed Nov 1, 2022
1 parent bfcbb09 commit ae0a260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions-util.ts
Expand Up @@ -603,7 +603,7 @@ export interface StatusReportBase {
/**
* Testing environment: Set if non-production environment.
* The server accepts one of the following values:
* ["", "qa-rc", "qa-rc-1", "qa-rc-2", "qa-experiment-1", "qa-experiment-2", "qa-experiment-3"].
* `["", "qa-rc", "qa-rc-1", "qa-rc-2", "qa-experiment-1", "qa-experiment-2", "qa-experiment-3"]`.
*/
testing_environment: string;
/**
Expand Down

0 comments on commit ae0a260

Please sign in to comment.