core: userId is not mandatory when sending bug report

This commit is contained in:
Abdullah Atta
2023-06-17 11:13:44 +05:00
committed by Abdullah Atta
parent 6d82b0a5ba
commit e3a818378d

View File

@@ -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
*/