projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0ca069
)
fix for elixir 1.7.4
author
Alex S
<alex.strizhakov@gmail.com>
Mon, 8 Apr 2019 12:16:59 +0000
(19:16 +0700)
committer
Alex S
<alex.strizhakov@gmail.com>
Mon, 8 Apr 2019 12:16:59 +0000
(19:16 +0700)
lib/pleroma/user_invite_token.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/user_invite_token.ex
b/lib/pleroma/user_invite_token.ex
index 11f1dcb1685e343c15e0d2f5475582a69db25097..6247831d51a3c407c70af0288ce86f5200d56ee6 100644
(file)
--- a/
lib/pleroma/user_invite_token.ex
+++ b/
lib/pleroma/user_invite_token.ex
@@
-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