chore: apply credo suggestions
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Joao P Dubas
2022-04-22 00:45:35 +00:00
parent 49bafee50c
commit 4112757696
20 changed files with 67 additions and 13 deletions

View File

@@ -1,4 +1,7 @@
defmodule Wabanex.Users.Create do
@moduledoc """
Context for user creation.
"""
alias Wabanex.{Repo, User}
def call(params) do

View File

@@ -1,4 +1,7 @@
defmodule Wabanex.Users.Get do
@moduledoc """
Context to fetch a given user and its current training.
"""
import Ecto.Query
alias Wabanex.{Repo, Training, User}