Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Actually return results from ML backend!
Browse files Browse the repository at this point in the history
  • Loading branch information
hlomzik committed Dec 14, 2023
1 parent f604500 commit 64e258c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sdk/lsf-sdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,8 @@ export class LSFWrapper {
);

console.log(results);

return results.data.result;
};

onStorageInitialized = async (ls) => {
Expand Down

0 comments on commit 64e258c

Please sign in to comment.