Skip to content

Commit

Permalink
fixed wrong override
Browse files Browse the repository at this point in the history
  • Loading branch information
mgr committed Nov 21, 2024
1 parent 7216efb commit a01534a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/app/lib/services/mock_http_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,8 @@ class MockHttpService implements HttpService {
}

@override
Future<Response> deleteAsset(String token, String assetId) {
Future<Response> deleteAsset(
String token, String assetId, String requestBody) {
// TODO: implement deleteAsset
throw UnimplementedError();
}
Expand Down

0 comments on commit a01534a

Please sign in to comment.