fix reviews query

This commit is contained in:
João Geonizeli
2022-08-10 18:26:17 +00:00
parent f9fc5fc3a7
commit 483234de31
4 changed files with 42 additions and 39 deletions

View File

@@ -12,4 +12,5 @@ export const formatInput = (inputs: any) =>
inputs.reviewerUserId === "" ? undefined : inputs.reviewerUserId,
alternatives: inputs.alternatives,
__nonused: undefined,
authorshipType: undefined,
} as Question);