Skip to content

Commit d071739

Browse files
committed
fix(api): github_callback res undefined
1 parent faf647b commit d071739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/route/github_callback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ module.exports = async (ctx) => {
3535
// let res = await linebot.push(process.env.LINE_GROUP_ID, message)
3636
// console.log('res', res)
3737

38-
ctx.body = res
38+
ctx.body = {success: true}
3939
}

0 commit comments

Comments
 (0)