mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-18 17:36:54 +08:00
Made sure that more of the async usages are awaited (#4574)
This commit is contained in:
@@ -288,7 +288,7 @@ export default {
|
||||
|
||||
/**
|
||||
* Submit tag and monitorTag changes to server
|
||||
* @returns {void}
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
async submit() {
|
||||
this.processing = true;
|
||||
@@ -348,7 +348,7 @@ export default {
|
||||
|
||||
/**
|
||||
* Delete the editing tag from server
|
||||
* @returns {void}
|
||||
* @returns {Promise<void>}
|
||||
*/
|
||||
async deleteTag() {
|
||||
this.processing = true;
|
||||
|
Reference in New Issue
Block a user