Skip to content

Commit

Permalink
PREAPPS-7343: Code Improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
lavegupta committed Jul 3, 2023
1 parent 7916c31 commit f8aba5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build-shims.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ mockery.registerMock('@zimbra-client/util', {
smimeHandler: 1,
isServerSMIMEFeatureAvailable: 1,
htmlToText: 1,
hasBit: 1,
getAllowedMailItemActions: 1,
flattenFolders: 1
});

Expand Down
2 changes: 0 additions & 2 deletions src/shims/@zimbra-client/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export const zimletEventEmitter = wrap('zimletEventEmitter');
export const smimeHandler = wrap('smimeHandler');
export const isServerSMIMEFeatureAvailable = wrap('isServerSMIMEFeatureAvailable');
export const htmlToText = wrap('htmlToText');
export const hasBit = wrap('hasBit');
export const getAllowedMailItemActions = wrap('getAllowedMailItemActions');
export const flattenFolders = wrap('flattenFolders');

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

0 comments on commit f8aba5f

Please sign in to comment.