From e2c23ad4a2fc054dab4181af80587c57f7ff86d3 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 20 Jul 2023 13:10:32 +0200 Subject: [PATCH] more lint fixes --- backend/src/schema/types/type/Room.gql | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/schema/types/type/Room.gql b/backend/src/schema/types/type/Room.gql index 0cf5b22c8..d758808bb 100644 --- a/backend/src/schema/types/type/Room.gql +++ b/backend/src/schema/types/type/Room.gql @@ -8,6 +8,7 @@ # TODO change this to last message date enum _RoomOrdering { lastMessageAt_desc + createdAt_desc } type Room {