mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix: issue in mail sender.
This commit is contained in:
@@ -245,6 +245,7 @@ function defaultToTransform(
|
||||
: _transfromedValue;
|
||||
}
|
||||
|
||||
|
||||
export {
|
||||
hashPassword,
|
||||
origin,
|
||||
@@ -265,5 +266,5 @@ export {
|
||||
convertEmptyStringToNull,
|
||||
formatNumber,
|
||||
isBlank,
|
||||
defaultToTransform
|
||||
defaultToTransform,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user