DevClad-Inc / devclad

Invalid async keyword JS-0376
Anti-pattern
Minor
1 occurrence in this check
Async arrow function 'handleBulkMail' has no 'await' expression
 62		}
 63	};
 64
 65	const handleBulkMail = async (type: EmailType) => { 66		if (data !== null) {
 67			const users = data?.data.users as ManagedUser[];
 68			if (type === 'reminder') {