mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
core: userId is not mandatory when sending bug report
This commit is contained in:
committed by
Abdullah Atta
parent
6d82b0a5ba
commit
e3a818378d
@@ -47,7 +47,7 @@ export default class Debug {
|
||||
* @param {{
|
||||
* title: string,
|
||||
* body: string,
|
||||
* userId: string
|
||||
* userId: string | undefined
|
||||
* }} reportData
|
||||
* @returns {Promise<string>} link to the github issue
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user