This commit is contained in:
Girish Ramakrishnan
2026-03-12 23:23:23 +05:30
parent ff49759f42
commit f12b4faf34
99 changed files with 109 additions and 108 deletions

View File

@@ -22,7 +22,7 @@ import superagent from '@cloudron/superagent';
import validator from './validator.js';
import _ from './underscore.js';
const { log, trace } = logger('mail');
const { log } = logger('mail');
const shell = shellModule('mail');
const OWNERTYPE_USER = 'user';