Skip to content

Commit

Permalink
SDA-4317 - Update channel end point (finos#1956)
Browse files Browse the repository at this point in the history
  • Loading branch information
KiranNiranjan authored Sep 21, 2023
1 parent 3c8ef9a commit 9a2766f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auto-update-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { retrieveWindowsRegistry } from './registry-handler';
import { EChannelRegistry, RegistryStore } from './stores/registry-store';
import { windowHandler } from './window-handler';

const DEFAULT_AUTO_UPDATE_CHANNEL = 'client-bff/sda-update';
const DEFAULT_AUTO_UPDATE_CHANNEL = 'apps/sda-update/default';

export enum AutoUpdateTrigger {
MANUAL = 'MANUAL',
Expand Down

0 comments on commit 9a2766f

Please sign in to comment.