Skip to content

Commit 71084b3

Browse files
authored
Merge pull request #436 from VKCOM/alekseypronin/remove_api_host_in_default_update_config
remove api host in default update config
2 parents a01879f + 9c03317 commit 71084b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/core/src/types/data.ts

-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ export type AdaptivityType = 'force_mobile' | 'force_mobile_compact' | 'adaptive
307307

308308
/** Default fields for config response on all platforms */
309309
export type DefaultUpdateConfigData = {
310-
api_host: string;
311310
/** App_id of opened app */
312311
app_id: string;
313312
/** Native app appearance */

0 commit comments

Comments
 (0)