mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
refactor: set debug.report returntype to promise
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user