refactor: Rethrow history request fails

This commit is contained in:
Christian Pauly 2021-09-01 10:31:19 +02:00
parent b2b3210fe3
commit a7cf8e91b8
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ class ChatController extends State<Chat> {
),
),
);
rethrow;
}
}
}