QOL: Update file service
This commit is contained in:
@@ -45,7 +45,6 @@ class _BuildClaimStatementFileListState
|
||||
String teporaryFileUrl = "";
|
||||
await MihFileApi.getMinioFileUrl(
|
||||
filePath,
|
||||
context,
|
||||
).then((value) {
|
||||
teporaryFileUrl = value;
|
||||
});
|
||||
|
||||
@@ -45,7 +45,6 @@ class _BuildFilesListState extends State<BuildFilesList> {
|
||||
String teporaryFileUrl = "";
|
||||
await MihFileApi.getMinioFileUrl(
|
||||
filePath,
|
||||
context,
|
||||
).then((value) {
|
||||
teporaryFileUrl = value;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user