File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ wrapper.conversations.reply(conversation_id, message)
3636wrapper.members.self()
3737wrapper.members.fetch(member_id)
3838
39- wrapper.member .profile_posts.list(?sort_options)
40- wrapper.member .profile_posts.list_all(?sort_options)
41- wrapper.member .profile_posts.list_until(should_continue, ?sort_options)
42- wrapper.member .profile_posts.fetch(profile_post_id)
43- wrapper.member .profile_posts.edit(profile_post_id, message)
44- wrapper.member .profile_posts.delete(profile_post_id)
39+ wrapper.members .profile_posts.list(?sort_options)
40+ wrapper.members .profile_posts.list_all(?sort_options)
41+ wrapper.members .profile_posts.list_until(should_continue, ?sort_options)
42+ wrapper.members .profile_posts.fetch(profile_post_id)
43+ wrapper.members .profile_posts.edit(profile_post_id, message)
44+ wrapper.members .profile_posts.delete(profile_post_id)
4545```
4646
4747## Resources
You can’t perform that action at this time.
0 commit comments