1
0
forked from noxious/server

Added param to JSdoc

This commit is contained in:
Dennis Postma 2024-11-02 21:26:47 +01:00
parent d0e3c95bb0
commit 3f19730bd8

View File

@ -31,6 +31,7 @@ class UserService {
/**
* Register user
* @param username
* @param email
* @param password
*/
async register(username: string, email: string, password: string): Promise<boolean | User> {