mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
fix: issues in organization build.
This commit is contained in:
@@ -15,12 +15,7 @@ import UserInviteMailJob from '@/jobs/UserInviteMail';
|
||||
export default ({ agenda }: { agenda: Agenda }) => {
|
||||
new WelcomeEmailJob(agenda);
|
||||
new ResetPasswordMailJob(agenda);
|
||||
|
||||
agenda.define(
|
||||
'welcome-sms',
|
||||
{ priority: 'high' },
|
||||
new WelcomeSMSJob().handler
|
||||
);
|
||||
new WelcomeSMSJob(agenda);
|
||||
|
||||
// User invite mail.
|
||||
agenda.define(
|
||||
|
||||
Reference in New Issue
Block a user