mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-25 09:02:33 +02:00
v2.38.0
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user