Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bcameron1231 committed Apr 18, 2024
1 parent b57118c commit 27afac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graph/conversations/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export class _Post extends _GraphInstance<IPostType> {
public reply(post: IPostType): Promise<void> {
const params = {
post: {
...post
}
...post,
},
};
return graphPost(Post(this, "reply"), body(params));
}
Expand Down

0 comments on commit 27afac8

Please sign in to comment.