mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
error error
This commit is contained in:
parent
eb7d90f256
commit
7cc2add8ed
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export default async (req, res) => {
|
|||
'Authorization': `Bearer ${process.env.SLACK_BOT_TOKEN}`
|
||||
},
|
||||
body: JSON.stringify(postData)
|
||||
}).catch(err => console.log(err))
|
||||
}).catch(err => console.error(err))
|
||||
}
|
||||
}
|
||||
res.json({ status: 'success' })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue