mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 11:19:19 +00:00
fix for elixir 1.7.4
This commit is contained in:
parent
f0ca0696c8
commit
d0696fdfd6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue