Skip to content

Commit

Permalink
fix: Remove local dev config for channel tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Razaso committed Jun 11, 2024
1 parent 5b3cc88 commit 11021d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/restapi/src/lib/channels/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export * from './searchTags';
export * from './subscribe';
export * from './subscribeV2';
export * from './unsubscribe';
export * from './unsubscribeV2';
export * from './unsubscribeV2';
2 changes: 1 addition & 1 deletion packages/restapi/src/lib/pushapi/PushAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class PushAPI {

// Default options
const defaultOptions: PushAPIInitializeProps = {
env: ENV.LOCAL,
env: ENV.STAGING,
version: Constants.ENC_TYPE_V3,
autoUpgrade: true,
account: null,
Expand Down

0 comments on commit 11021d8

Please sign in to comment.