2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 11:15:26 +00:00

Fix simple typo (#647)

This commit is contained in:
Oliver
2025-06-02 22:40:53 +10:00
committed by GitHub
parent 5017391933
commit 9ea7a2348b

View File

@ -891,7 +891,7 @@ class InvenTreeAPI {
return;
}
// Find the local downlods directory
// Find the local downloads directory
final Directory dir = await getTemporaryDirectory();
String filename = url.split("/").last;