Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mgr committed Nov 21, 2024
1 parent a01534a commit 5d7bd18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/app/lib/services/mock_http_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,10 @@ class MockHttpService implements HttpService {

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

0 comments on commit 5d7bd18

Please sign in to comment.