Skip to content

Commit

Permalink
fixed readme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Aug 10, 2022
1 parent b8e74b7 commit dc7a1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/services/request/query/fetch-plays.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export const BasiFetchParam = {
{ play_like: ["liked", "play_id", "user_id"] },
"name",
"slug",
"path",
{ user: ["id", "displayName", "avatarUrl"] },
],
};
Expand All @@ -70,6 +69,7 @@ export const DetailedFetchParam = {
...{
return: [
...BasiFetchParam.return,
"path",
"blog",
"id",
{ level: ["name"] },
Expand Down

0 comments on commit dc7a1a9

Please sign in to comment.