mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 16:33:39 +08:00
Made sure that more of the async usages are awaited (#4574)
This commit is contained in:
@@ -107,7 +107,7 @@ class Nostr extends NotificationProvider {
|
||||
/**
|
||||
* Get public keys for recipients
|
||||
* @param {string} recipients Newline delimited list of recipients
|
||||
* @returns {nip19.DecodeResult[]} Public keys
|
||||
* @returns {Promise<nip19.DecodeResult[]>} Public keys
|
||||
*/
|
||||
async getPublicKeys(recipients) {
|
||||
const recipientsList = recipients.split("\n");
|
||||
|
Reference in New Issue
Block a user