Skip to content

Commit

Permalink
fix: forgot to expose 'MostRecentOrders` model
Browse files Browse the repository at this point in the history
  • Loading branch information
SlayerOrnstein committed Nov 26, 2023
1 parent c7cc504 commit 900320e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion lib/src/endpoints/orders.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:market_client/market_client.dart';
import 'package:market_client/src/models/recent_orders.dart';

/// {@template orders_endpoint}
/// Contains functions to retrive new and recent orders.
Expand Down
1 change: 1 addition & 0 deletions lib/src/models/models.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export 'location.dart';
export 'npc.dart';
export 'online_count.dart';
export 'order.dart';
export 'recent_orders.dart';
export 'registration_request.dart';
export 'sign_in_request.dart';
export 'user_short.dart';

0 comments on commit 900320e

Please sign in to comment.