mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 09:59:48 +08:00
Made sure that more of the async usages are awaited (#4574)
This commit is contained in:
@@ -85,7 +85,7 @@ export default {
|
||||
|
||||
/**
|
||||
* Get the telegram chat ID
|
||||
* @returns {void}
|
||||
* @returns {Promise<void>}
|
||||
* @throws The chat ID could not be found
|
||||
*/
|
||||
async autoGetTelegramChatID() {
|
||||
|
Reference in New Issue
Block a user