Skip to content

Commit

Permalink
Goodbye GitLens
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyNTH committed Nov 19, 2024
1 parent 9793ff0 commit e4ed86e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"esbenp.prettier-vscode",
"apollographql.vscode-apollo",
"gruntfuggly.todo-tree",
"eamodio.gitlens",
"Vue.volar",
"csstools.postcss"
]
Expand Down
2 changes: 1 addition & 1 deletion graphql/queries/UpcomingSiteMessages.gql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
query upcomingSiteMessages($now: DateTime, $afterCursor: String) {
siteMessages(
first: 1
first: 5
orderBy: "display_start"
after: $afterCursor
displayStart_Lte: $now
Expand Down

0 comments on commit e4ed86e

Please sign in to comment.