Skip to content

Commit

Permalink
fix return here as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Techbot121 authored and Meta Construct committed Oct 1, 2024
1 parent 797c5f0 commit af75475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/Markov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class MarkovChain extends MarkovChainBase {
if (err) {
reject(err);
} else {
resolve(res);
resolve(res.message);
}
});
} else {
Expand Down

0 comments on commit af75475

Please sign in to comment.