Skip to content

Commit

Permalink
Fix TS types and use cached Optimade structure
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jun 29, 2024
1 parent 060dc6a commit 9caefa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/app.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ namespace $.$$ {

this.update()
const params = new URLSearchParams( {
id: this.json()?.data[ 0 ]?.attributes?._gnome_material_id,
id: this.fetch_by_number( id )?.data[ 0 ]?.attributes?._gnome_material_id,
comment: this.why( id ),
vote
vote: vote.toString(),
} )

this.$.$mol_fetch.success( 'https://crus.absolidix.com', {
Expand Down

0 comments on commit 9caefa5

Please sign in to comment.