Skip to content

Commit

Permalink
fix similitude
Browse files Browse the repository at this point in the history
  • Loading branch information
Ak-iu committed Feb 13, 2023
1 parent 5bed286 commit e5754d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ketcher-react/src/script/rosaservice/rosaservice.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default class RosaService {
{
method: 'POST',
body: JSON.stringify({
inchi: inchi
inchi: inchi,
similitude:similitude
}),
headers: {
'Content-type': 'application/json'
Expand Down

0 comments on commit e5754d8

Please sign in to comment.