Skip to content

Commit

Permalink
Fix namespace in notify_and_delete_inactive_users task
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-krishnakumar committed Jul 7, 2020
1 parent 74e12ae commit e115861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/notify_and_delete_inactive_users.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
desc 'Notify inactive users of impending deletion from school, and delete previously notified users'
task notify_and_delete_inactive_users: :environment do
InactivityNotificationAndDeletionService.new.execute
Users::InactivityNotificationAndDeletionService.new.execute
end

0 comments on commit e115861

Please sign in to comment.