Skip to content

Commit

Permalink
Merge branch 'feat/ml-experementa' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dasein108 committed Jul 8, 2024
2 parents d58e3c8 + 59b0b0d commit 4b277ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function SoulCompanion({
?.askCompanion(
cid,
details!.type!,
details!.text!.substring(0, 255),
(details!.text! || '').substring(0, 255),
proxy((data = {}) => console.log('CALLBACK'))
)
.then((result) => {
Expand Down

0 comments on commit 4b277ce

Please sign in to comment.