1
0
Fork 0
mirror of https://git.pleroma.social/pleroma/pleroma.git synced 2025-04-22 10:54:08 +00:00

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

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