fix: remove extra text from end of download file name (#5121)

This commit is contained in:
ggurdin 2026-01-07 14:46:25 -05:00 committed by GitHub
parent 6e009c6d9e
commit df2aca6f96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ class AnalyticsDownloadDialogState extends State<AnalyticsDownloadDialog> {
});
final fileName =
"analytics_${client.userID?.localpart}_${DateFormat('yyyy-MM-dd-hh:mm:ss').format(DateTime.now())}.xlsx'}";
"analytics_${client.userID?.localpart}_${DateFormat('yyyy-MM-dd-hh:mm:ss').format(DateTime.now())}.xlsx";
await DownloadUtil.downloadFile(
content,