Skip to content

Commit f8aba5f

Browse files
committed
PREAPPS-7343: Code Improvement
1 parent 7916c31 commit f8aba5f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build-shims.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ mockery.registerMock('@zimbra-client/util', {
3030
smimeHandler: 1,
3131
isServerSMIMEFeatureAvailable: 1,
3232
htmlToText: 1,
33-
hasBit: 1,
34-
getAllowedMailItemActions: 1,
3533
flattenFolders: 1
3634
});
3735

src/shims/@zimbra-client/util/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ export const zimletEventEmitter = wrap('zimletEventEmitter');
1818
export const smimeHandler = wrap('smimeHandler');
1919
export const isServerSMIMEFeatureAvailable = wrap('isServerSMIMEFeatureAvailable');
2020
export const htmlToText = wrap('htmlToText');
21-
export const hasBit = wrap('hasBit');
22-
export const getAllowedMailItemActions = wrap('getAllowedMailItemActions');
2321
export const flattenFolders = wrap('flattenFolders');
2422

2523
export default global.shims['@zimbra-client/util'];

0 commit comments

Comments
 (0)