mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +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 {{
|
* @param {{
|
||||||
* title: string,
|
* title: string,
|
||||||
* body: string,
|
* body: string,
|
||||||
* userId: string
|
* userId: string | undefined
|
||||||
* }} reportData
|
* }} reportData
|
||||||
* @returns {Promise<string>} link to the github issue
|
* @returns {Promise<string>} link to the github issue
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user