Skip to content

Commit 6d16555

Browse files
authored
fix: getCountryCode (#3292)
1 parent d26d875 commit 6d16555

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/util/Injected/Store.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ exports.ExposeStore = () => {
5555
window.Store.MediaTypes = window.require('WAWebMmsMediaTypes');
5656
window.Store.MediaUpload = window.require('WAWebMediaMmsV4Upload');
5757
window.Store.MsgKey = window.require('WAWebMsgKey');
58-
window.Store.NumberInfo = window.require('WAPhoneUtils');
5958
window.Store.OpaqueData = window.require('WAWebMediaOpaqueData');
6059
window.Store.QueryProduct = window.require('WAWebBizProductCatalogBridge');
6160
window.Store.QueryOrder = window.require('WAWebBizOrderBridge');
@@ -102,6 +101,11 @@ exports.ExposeStore = () => {
102101
if (window.compareWwebVersions(window.Debug.VERSION, '>=', '2.3000.1014111620'))
103102
window.Store.AddonReactionTable = window.require('WAWebAddonReactionTableMode').reactionTableMode;
104103

104+
window.Store.NumberInfo = {
105+
...window.require('WAPhoneUtils'),
106+
...window.require('WAPhoneFindCC')
107+
};
108+
105109
window.Store.ForwardUtils = {
106110
...window.require('WAWebForwardMessagesToChat')
107111
};

0 commit comments

Comments
 (0)