From f5ede9e020c47c49567ada2cfa52ca1b926b4c12 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 10 Nov 2019 14:30:20 +0100 Subject: ulist: Add feature to add releases to the list --- elm/Lib/Api.elm | 1 + 1 file changed, 1 insertion(+) (limited to 'elm/Lib') diff --git a/elm/Lib/Api.elm b/elm/Lib/Api.elm index 283cbe3c..1e028904 100644 --- a/elm/Lib/Api.elm +++ b/elm/Lib/Api.elm @@ -42,6 +42,7 @@ showResponse res = DoubleIP -> "You can only register one account from the same IP within 24 hours." BadCurPass -> "Current password is invalid." MailChange -> unexp + Releases _ -> unexp expectResponse : (Response -> msg) -> Http.Expect msg -- cgit v1.2.3