fix for elixir 1.7.4

This commit is contained in:
Alex S 2019-04-08 19:16:59 +07:00
parent f0ca0696c8
commit d0696fdfd6
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ defmodule Pleroma.UserInviteToken do
alias Pleroma.Repo
alias Pleroma.UserInviteToken
@type t :: %__MODULE__{}
@type token :: String.t()
schema "user_invite_tokens" do