Skip to content

Commit 0ef7e92

Browse files
switch loyalty value to true locally (#674)
1 parent c1eb865 commit 0ef7e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/remote-config/plugins/firebase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import type { RemoteConfig } from '../types';
88
const defaultConfig: RemoteConfig = {
99
extension_wallet_name_flags: {},
1010
extension_uninstall_link: '',
11-
extension_loyalty_enabled: false,
11+
extension_loyalty_enabled: true,
1212
loyalty_config: {},
1313
};
1414

0 commit comments

Comments
 (0)