Skip to content

Commit

Permalink
Drop deprecated property pubnub from Config
Browse files Browse the repository at this point in the history
Change-type: major
  • Loading branch information
myarmolinsky committed Jan 15, 2025
1 parent 4cc441b commit 6e54a2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/models/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ export interface Config {
deviceUrlsBase: string;
adminUrl: string;
gitServerUrl: string;
/** @deprecated */
pubnub?: {
subscribe_key: string;
publish_key: string;
};
ga?: GaConfig;
mixpanelToken?: string;
intercomAppId?: string;
Expand Down

0 comments on commit 6e54a2b

Please sign in to comment.