Skip to content

Commit

Permalink
Merge pull request #436 from VKCOM/alekseypronin/remove_api_host_in_d…
Browse files Browse the repository at this point in the history
…efault_update_config

remove api host in default update config
  • Loading branch information
Pronin-vk authored Aug 31, 2023
2 parents a01879f + 9c03317 commit 71084b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ export type AdaptivityType = 'force_mobile' | 'force_mobile_compact' | 'adaptive

/** Default fields for config response on all platforms */
export type DefaultUpdateConfigData = {
api_host: string;
/** App_id of opened app */
app_id: string;
/** Native app appearance */
Expand Down

0 comments on commit 71084b3

Please sign in to comment.