We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16136c commit 7367127Copy full SHA for 7367127
src/service/post.ts
@@ -96,7 +96,7 @@ export const algorithemStatusManage: Function = async ({
96
const beforeStatus = algorithem.status;
97
98
// change algorithem status
99
- const result = await algorithem.setStatus({ status: status });
+ const result = await algorithem.setStatus({ status, reason });
100
const { title, content, tag } = result;
101
const messageBody = { title, content, tag };
102
// send message for discord log
0 commit comments