Skip to content

Commit

Permalink
fix: getContentComments expand field not being used (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexXanderGrib authored Feb 21, 2024
1 parent 316e2c9 commit b085d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/contentComments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class ContentComments {
limit: parameters.limit,
location: parameters.location,
depth: parameters.depth,
expand: parameters.expand,
},
};

Expand Down

0 comments on commit b085d06

Please sign in to comment.