mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
refactor: set debug.report returntype to promise
This commit is contained in:
@@ -26,7 +26,7 @@ export default class Debug {
|
|||||||
* body: string,
|
* body: string,
|
||||||
* userId: string
|
* userId: string
|
||||||
* }} reportData
|
* }} reportData
|
||||||
* @returns {string} link to the github issue
|
* @returns {Promise<string>} link to the github issue
|
||||||
*/
|
*/
|
||||||
async report(reportData) {
|
async report(reportData) {
|
||||||
if (!reportData) return;
|
if (!reportData) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user