Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Feb 20, 2024
2 parents 714ef64 + 7dc2c49 commit 4420e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/repo/api_server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1758,7 +1758,7 @@ class APIServer {
required String uniqueKey,
}) async {
return sendCachedGetRequest(
'/v2/models/home-models/${Uri.decodeComponent(uniqueKey)}',
'/v2/models/home-models/${Uri.encodeComponent(uniqueKey)}',
(value) {
return HomeModelV2.fromJson(value.data['data']);
},
Expand Down

0 comments on commit 4420e8d

Please sign in to comment.