Spec fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-10-05 16:04:50 +02:00
parent f4284e1d3a
commit 98449b9cfd
4 changed files with 19 additions and 9 deletions

View File

@@ -44,12 +44,12 @@ defmodule Mobilizon.CLI do
end
end
@spec migrate(String.t()) :: any()
@spec migrate(any()) :: any()
defp migrate(args) do
Migrate.run(args)
end
@spec rollback(String.t()) :: any()
@spec rollback(any()) :: any()
defp rollback(args) do
Rollback.run(args)
end