Skip to content

Commit

Permalink
Remove code to remove users without email (#2226)
Browse files Browse the repository at this point in the history
* Revert "cleanup(ex/skate/database): remove users without email (#2222)"

This reverts commit b7d7945.

* chore: un-revert some changes we want to keep
  • Loading branch information
lemald authored Sep 18, 2023
1 parent 89709b2 commit ea7fc83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 43 deletions.
6 changes: 1 addition & 5 deletions lib/skate/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,7 @@ defmodule Skate.Application do
{Oban, Application.fetch_env!(:skate, Oban)}
]

link = Supervisor.start_link(children, strategy: :one_for_all, name: Skate.Supervisor)

Skate.RemoveUsersWithoutEmail.run()

link
Supervisor.start_link(children, strategy: :one_for_all, name: Skate.Supervisor)
end

# Tell Phoenix to update the endpoint configuration
Expand Down
18 changes: 0 additions & 18 deletions lib/skate/remove_users_without_email.ex

This file was deleted.

20 changes: 0 additions & 20 deletions test/skate/remove_users_without_email_test.exs

This file was deleted.

0 comments on commit ea7fc83

Please sign in to comment.