mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 02:05:12 +00:00
start with a capital
This commit is contained in:
parent
185c030258
commit
2549a73d6d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue