Skip to content

Commit

Permalink
fix(FEC-10161): add kava anayltics url from server response (#117)
Browse files Browse the repository at this point in the history
Add the analyticsServiceUrl to the response type.
  • Loading branch information
Yuvalke authored Sep 2, 2020
1 parent 79e1f4e commit f059217
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow-typed/types/env-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
declare type ProviderEnvConfigObject = {
serviceUrl: string,
cdnUrl?: string,
analyticsServiceUrl?: string,
useApiCaptions?: boolean
};

0 comments on commit f059217

Please sign in to comment.