rename to removeInternalFields

This commit is contained in:
Girish Ramakrishnan
2018-06-25 16:40:16 -07:00
parent f932f8b3d3
commit 9bf93b026b
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ exports = module.exports = {
AppsError: AppsError,
hasAccessTo: hasAccessTo,
removeInternalAppFields: removeInternalAppFields,
removeInternalFields: removeInternalFields,
get: get,
getByIpAddress: getByIpAddress,
@@ -324,7 +324,7 @@ function getAppConfig(app) {
};
}
function removeInternalAppFields(app) {
function removeInternalFields(app) {
return _.pick(app,
'id', 'appStoreId', 'installationState', 'installationProgress', 'runState', 'health',
'location', 'domain', 'fqdn', 'mailboxName',