diff --git a/lib/api.dart b/lib/api.dart index 0bbb542a..aee69491 100644 --- a/lib/api.dart +++ b/lib/api.dart @@ -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;