Skip to content

Commit f736b31

Browse files
Update trading_platform_status_response_result.dart
1 parent b53f668 commit f736b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/response/trading_platform_status_response_result.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TradingPlatformStatusResponse extends TradingPlatformStatusResponseModel {
3535
/// This call gets the status of external trading accounts, either demo or real money.
3636
/// For parameters information refer to [TradingPlatformStatusRequest].
3737
/// Throws a [BaseAPIException] if API response contains an error.
38-
static Future<TradingPlatformStatusResponseModel> getStatus(
38+
static Future<TradingPlatformStatusResponse> getStatus(
3939
TradingPlatformStatusRequest request,
4040
) async {
4141
final TradingPlatformStatusReceive response =

0 commit comments

Comments
 (0)