Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Return short name with website context
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Jan 29, 2021
1 parent 136509e commit baec564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/graphql-server/src/site-context/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = async ({
} else {
const projection = {
name: 1,
shortName: 1,
host: 1,
decription: 1,
language: 1,
Expand Down

0 comments on commit baec564

Please sign in to comment.