Skip to content

Commit

Permalink
chore: Update frontend/appflowy_flutter/lib/user/application/ai_servi…
Browse files Browse the repository at this point in the history
…ce.dart

Co-authored-by: Lucas.Xu <[email protected]>
  • Loading branch information
appflowy and LucasXu0 authored Jun 24, 2024
1 parent 53299cb commit 0cd3f2a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ class AppFlowyAIService implements AIRepository {
streamPort: fixnum.Int64(stream.nativePort),
);

// ignore: unawaited_futures
ChatEventCompleteText(payload).send();
unawaited(ChatEventCompleteText(payload).send());
return stream;
}
}
Expand Down

0 comments on commit 0cd3f2a

Please sign in to comment.