Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohaodu committed Jun 4, 2024
1 parent 54472cb commit a1d2683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-chat-x-vue/src/classes/Libp2pManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ export class Libp2pManager {
});
clearInterval(timeInterval.value);
ElMessageBox.close();
resolve(false);
return resolve(false);
}
const [messages, messageMe, messageYou] = await Promise.all([
ChatMessageAggregation.create(
Expand Down

0 comments on commit a1d2683

Please sign in to comment.