chore: apply credo suggestions (#3)
Some checks reported errors
continuous-integration/drone/push Build encountered an error

Mainly add module docs and fix some aliases.
This commit is contained in:
2022-04-22 00:49:00 +00:00
parent 49bafee50c
commit 410a509faa
20 changed files with 67 additions and 13 deletions

View File

@@ -1,5 +1,8 @@
defmodule Wabanex.Trainings.Create do
alias Wabanex.{Training, Repo}
@moduledoc """
Context to create a training routine.
"""
alias Wabanex.{Repo, Training}
def call(params) do
params