Skip to content

Commit

Permalink
Deploying to gh-pages from @ 52c0568 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jul 10, 2024
1 parent 4202484 commit 1a63d75
Show file tree
Hide file tree
Showing 12 changed files with 440 additions and 420 deletions.
410 changes: 205 additions & 205 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion node.js

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

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11268,9 +11268,13 @@ var $;
$mol_wire_solid();
const structure = JSON.stringify(this.fetch_by_number(number));
const params = new URLSearchParams({ structure });
const url = `https://labs.mpds.io/predict?${params.toString()}`;
const url = `https://labs.mpds.io/predict`;
const prediction = this.$.$mol_wire_sync(this).$.$mol_fetch.success(url, {
method: 'post',
headers: {
"Content-Type": "application/x-www-form-urlencoded",
},
body: params.toString(),
}).json() ?? {};
return prediction;
}
Expand Down
6 changes: 5 additions & 1 deletion node.test.js

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

2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1a63d75

Please sign in to comment.