Skip to content

Commit

Permalink
fix: remove update author import
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Sep 26, 2023
1 parent 146b941 commit e08c33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/schema/comment/comment.mutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const {
// GraphQLJSONObject,
} = require('../scalars');
const { CommentParentModelEmum } = require('./comment.enum.types');
const { createComment, updateCommentAuthor, deleteComment, updateCommentContent } = require('./comment.resolver');
const { createComment, deleteComment, updateCommentContent } = require('./comment.resolver');

const CommentType = require('./comment.type');

Expand Down

0 comments on commit e08c33b

Please sign in to comment.