Skip to content

Commit 141505f

Browse files
committed
remove redundunt whitesapce
1 parent ef1c49c commit 141505f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

infra/api/entities/gorestapi/Users.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ export class Users extends ApiClient {
5454
response = await this.post(this.usersEnpoint, { requestData: maleData, authoriaztionRequired: true })
5555
}
5656
}
57-
58-
59-
6057
return response;
6158
} catch (error) {
6259
throw new Error(`an error occured in makeBothGendersEven function: ${error}`)

0 commit comments

Comments
 (0)