mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 11:45:31 +00:00
Fix simple typo (#647)
This commit is contained in:
@ -891,7 +891,7 @@ class InvenTreeAPI {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find the local downlods directory
|
// Find the local downloads directory
|
||||||
final Directory dir = await getTemporaryDirectory();
|
final Directory dir = await getTemporaryDirectory();
|
||||||
|
|
||||||
String filename = url.split("/").last;
|
String filename = url.split("/").last;
|
||||||
|
Reference in New Issue
Block a user