Skip to content
Snippets Groups Projects
Commit 6f82e586 authored by Marvin Weiler's avatar Marvin Weiler
Browse files

Bugfix: typo in class name UploadManager

parent 506a3f6e
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class _ObsListUploadPageState extends State<ObsListUploadPage> {
trip.overtakeEvents.add(event);
trip.overtakeEvents.add(event);
UploadManger uploadManger = UploadManger();
UploadManager uploadManger = UploadManager();
uploadManger.uploadTrip(trip);
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment