diff --git a/packages/server/src/notifier/queries/events.graphql b/packages/server/src/notifier/queries/events.graphql index ebb5827400..fb0e7f327c 100644 --- a/packages/server/src/notifier/queries/events.graphql +++ b/packages/server/src/notifier/queries/events.graphql @@ -16,7 +16,6 @@ fragment PostAddedEventFields on PostAddedEvent { posts { authorId createdAt - text } categoryId }