Skip to content

Commit e711323

Browse files
committed
Fix typo
1 parent 383881a commit e711323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/graphql/post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export const RELOAD_COMMENTS = gql`
168168

169169
export const RELOAD_REPLIES = gql`
170170
query ReloadReplies($id: ID!) {
171-
comment($comment_id: $id) {
171+
comment(comment_id: $id) {
172172
id
173173
user {
174174
id

0 commit comments

Comments
 (0)