We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1c49c commit 141505fCopy full SHA for 141505f
infra/api/entities/gorestapi/Users.ts
@@ -54,9 +54,6 @@ export class Users extends ApiClient {
54
response = await this.post(this.usersEnpoint, { requestData: maleData, authoriaztionRequired: true })
55
}
56
57
-
58
59
60
return response;
61
} catch (error) {
62
throw new Error(`an error occured in makeBothGendersEven function: ${error}`)
0 commit comments