Skip to content

Commit

Permalink
[drift] Changed default trial offset from 60 to 90 days per PM reques…
Browse files Browse the repository at this point in the history
…t. (#156186)

## Summary

Changes the default trial offset used to display the Drift chat
integration from 60 to 90 days.

### Checklist
N/A

### Risk Matrix
N/A

### For maintainers
N/A

(cherry picked from commit fa8096c)
  • Loading branch information
petrklapka committed Apr 29, 2023
1 parent d25736c commit c9a3f12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

export const GET_CHAT_USER_DATA_ROUTE_PATH = '/internal/cloud/chat_user';
export const DEFAULT_TRIAL_BUFFER = 60;
export const DEFAULT_TRIAL_BUFFER = 90;

0 comments on commit c9a3f12

Please sign in to comment.