From 809798729846ad27f9de5b1521a177c6b65e79b0 Mon Sep 17 00:00:00 2001 From: Umberto Furno Date: Thu, 14 Nov 2019 15:48:23 +0100 Subject: [PATCH] Fix name --- wrapper/src/main/java/wekan/wrapper/entity/ListSortBy.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrapper/src/main/java/wekan/wrapper/entity/ListSortBy.java b/wrapper/src/main/java/wekan/wrapper/entity/ListSortBy.java index 5f152e9..f70a795 100644 --- a/wrapper/src/main/java/wekan/wrapper/entity/ListSortBy.java +++ b/wrapper/src/main/java/wekan/wrapper/entity/ListSortBy.java @@ -4,9 +4,9 @@ import com.google.gson.annotations.SerializedName; public enum ListSortBy { - @SerializedName("-modifiedat") + @SerializedName("-modifiedAt") _MODIFIEDAT, - @SerializedName("modifiedat") + @SerializedName("modifiedAt") MODIFIEDAT, @SerializedName("-title") _TITLE,