Skip to content

Commit

Permalink
Changed: js-dataverse with new DataverseVersion model
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Apr 10, 2023
1 parent 2156dbf commit af52edd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified js-dataverse-2.0.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/sections/hello-dataverse/HelloDataverse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function HelloDataverse() {

const getVersion = async () => {
await getDataverseVersion.execute().then((result) => {
window.prompt(result)
window.prompt(result.number)
})
}

Expand Down

0 comments on commit af52edd

Please sign in to comment.