Added param to JSdoc
This commit is contained in:
parent
d0e3c95bb0
commit
3f19730bd8
@ -31,6 +31,7 @@ class UserService {
|
|||||||
/**
|
/**
|
||||||
* Register user
|
* Register user
|
||||||
* @param username
|
* @param username
|
||||||
|
* @param email
|
||||||
* @param password
|
* @param password
|
||||||
*/
|
*/
|
||||||
async register(username: string, email: string, password: string): Promise<boolean | User> {
|
async register(username: string, email: string, password: string): Promise<boolean | User> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user