Skip to content

Commit 7367127

Browse files
committedSep 24, 2021
fix : reason 누락 해결
1 parent b16136c commit 7367127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/service/post.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const algorithemStatusManage: Function = async ({
9696
const beforeStatus = algorithem.status;
9797

9898
// change algorithem status
99-
const result = await algorithem.setStatus({ status: status });
99+
const result = await algorithem.setStatus({ status, reason });
100100
const { title, content, tag } = result;
101101
const messageBody = { title, content, tag };
102102
// send message for discord log

0 commit comments

Comments
 (0)
Failed to load comments.