|
@@ -910,7 +910,7 @@ const notifyException = (message) => {
|
|
|
if (IS_DEV) {
|
|
if (IS_DEV) {
|
|
|
return Logs.out('notifyException', { message });
|
|
return Logs.out('notifyException', { message });
|
|
|
}
|
|
}
|
|
|
- const chat_id = -4800633221;
|
|
|
|
|
|
|
+ const chat_id = -1003032820471;
|
|
|
axios.get(`${BASE_API_URL}/telegram/jump`, { params: { chat_id, message } })
|
|
axios.get(`${BASE_API_URL}/telegram/jump`, { params: { chat_id, message } })
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
Logs.out('notifyException', res.data);
|
|
Logs.out('notifyException', res.data);
|