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