refactor: set debug.report returntype to promise

This commit is contained in:
thecodrr
2021-12-02 12:45:39 +05:00
parent a3e95e50e0
commit e7351667db

View File

@@ -26,7 +26,7 @@ export default class Debug {
* body: string,
* userId: string
* }} reportData
* @returns {string} link to the github issue
* @returns {Promise<string>} link to the github issue
*/
async report(reportData) {
if (!reportData) return;