This commit is contained in:
prafull-opensignlabs
2026-03-16 12:14:55 +00:00
parent a56b87a702
commit ef81a0409b
56 changed files with 2558 additions and 1835 deletions
@@ -24,6 +24,8 @@ export default async function updateEmailTemplates(request) {
}
}
});
if (details?.EmailEditorType) extUserRes.set('EmailEditorType', details.EmailEditorType);
const updateExtRes = await extUserRes.save(null, { useMasterKey: true });
if (updateExtRes) {
const res = JSON.parse(JSON.stringify(updateExtRes));