diff options
author | Mark Felder <feld@FreeBSd.org> | 2018-03-19 17:58:45 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSd.org> | 2018-03-19 17:58:45 +0000 |
commit | 2549a73d6dcc41c15034ed11a33a3453c2795431 (patch) | |
tree | d0fa2beb295b53b0b2b57ec55fd0aeb746d4ad43 /lib | |
parent | 185c030258e0829bf5b936d014ba88cb249ea970 (diff) | |
download | pleroma-2549a73d6dcc41c15034ed11a33a3453c2795431.tar.gz |
start with a capital
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/oauth/authorization.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/oauth/authorization.ex b/lib/pleroma/web/oauth/authorization.ex index 1ba5be602..ab2dbf60e 100644 --- a/lib/pleroma/web/oauth/authorization.ex +++ b/lib/pleroma/web/oauth/authorization.ex @@ -43,5 +43,5 @@ defmodule Pleroma.Web.OAuth.Authorization do {:error, "token expired"} end end - def use_token(%Authorization{used: true}), do: {:error, "already used"} + def use_token(%Authorization{used: true}), do: {:error, "Already used"} end |