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:
@ -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;
|
||||
|
Reference in New Issue
Block a user