mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-24 16:42:33 +02:00
v2.38.0
This commit is contained in:
@@ -22,6 +22,7 @@ export default async function updateTenant(request) {
|
||||
}
|
||||
}
|
||||
});
|
||||
if (details?.EmailEditorType) tenant.set('EmailEditorType', details.EmailEditorType);
|
||||
|
||||
const tenantRes = await tenant.save(null, { useMasterKey: true });
|
||||
if (tenantRes) {
|
||||
|
||||
Reference in New Issue
Block a user