You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constuser=query('SELECT email, name FROM "user" WHERE id = ?',[userId]);
37
-
if(!user||user.length===0)continue;
38
-
const[{ email, name }]=user;
39
-
constemailBody=`We have recently updated our plugin system to support CodeMirror editor. Following plugins are pending update to specify supported editor:
0 commit comments