This commit is contained in:
starnakin 2023-11-08 13:18:55 +01:00
parent fc9dcfbdf9
commit f976dc8248

View File

@ -70,6 +70,8 @@ class Client
*/
async _post(uri, data)
{
/**
* @type string */
let url = this.url + uri
if (this.csrf_token === undefined)
{