diff --git a/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate b/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate index be3eb4e..4e71f86 100644 Binary files a/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate and b/.swiftpm/xcode/package.xcworkspace/xcuserdata/michielcarman.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Sources/App/Controllers/FuelEntryV2Controller.swift b/Sources/App/Controllers/FuelEntryV2Controller.swift index b8bde95..4267d0f 100644 --- a/Sources/App/Controllers/FuelEntryV2Controller.swift +++ b/Sources/App/Controllers/FuelEntryV2Controller.swift @@ -70,6 +70,7 @@ struct FuelEntryV2Controller: RouteCollection { .field(\.$latitude) .field(\.$longitude) .field(\.$image) + .field(\.$downloaded) } else { query = query .field(\.$id) @@ -85,6 +86,7 @@ struct FuelEntryV2Controller: RouteCollection { .field(\.$isOverride) .field(\.$latitude) .field(\.$longitude) + .field(\.$downloaded) } if(serial.count > 0){ query = query