UNPKG

vsf-utilities

Version:

Utilities functions shared between vsf projects

7 lines 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getUserGroupIdToUse(userGroupId, configTax) { return configTax.useOnlyDefaultUserGroupId ? configTax.userGroupId : userGroupId; } exports.default = getUserGroupIdToUse; //# sourceMappingURL=getUserGroupIdToUse.js.map