Skip to content

Commit

Permalink
updated repo advisor payload
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Unit committed Aug 21, 2024
1 parent 38cc9d8 commit cc2e80e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/4tu/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions packages/repo-advisor/src/features/repoAdvisorApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export const repoAdvisorApi = createApi({
method: "POST",
headers: headers,
body: JSON.stringify({
affiliation: ror,
domain: narcis,
affiliation: ror.value,
domain: narcis.value,
"deposit-type": depositType,
...(fileType && { "file-type": fileType }),
}),
Expand Down

0 comments on commit cc2e80e

Please sign in to comment.