Fixing misplacement of headers

This commit is contained in:
Lukasz Warchol
2022-05-20 12:48:37 +00:00
committed by GitHub
parent 58dc7efeb3
commit 1664cea4b1
3 changed files with 7 additions and 7 deletions

View File

@@ -109,9 +109,9 @@ export async function addToProject(): Promise<void> {
{
input: {
projectId,
contentId,
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
}
contentId
},
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
}
)