🎨 Improve code structure

This commit is contained in:
2024-06-22 22:39:32 +08:00
parent 27e5b4ca6f
commit 09e9a30eef
28 changed files with 69 additions and 44 deletions

View File

@ -64,7 +64,7 @@ class _PostPublishingScreenState extends State<PostPublishingScreen> {
setState(() => _isBusy = true);
final client = auth.configureClient(service: 'interactive');
final client = auth.configureClient('interactive');
final payload = {
'content': _contentController.value.text,