forked from noxious/server
Added param to JSdoc
This commit is contained in:
@ -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> {
|
||||||
|
Reference in New Issue
Block a user