Skip to content

Commit

Permalink
fix(graphql): property type updateArticleReplyStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jul 14, 2024
1 parent b3416a3 commit 0c5cfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphql/mutations/UpdateArticleReplyStatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { getContentDefaultStatus } from 'util/user';
* @param {string} arg.appId
* @param {string} arg.status
*
* @returns {ArticleReply[]} list of article replies after delete
* @returns {Promise<ArticleReply[]>} list of article replies after delete
*/
export async function updateArticleReplyStatus({
articleId,
Expand Down

0 comments on commit 0c5cfff

Please sign in to comment.