modularised webserver and auth systems
This commit is contained in:
@@ -59,7 +59,7 @@ func scanUserRow(user *User, rows *sql.Rows) error {
|
||||
return errors.New("User not found")
|
||||
}
|
||||
err := rows.Scan(
|
||||
&user.ID,
|
||||
&user.id,
|
||||
&user.Username,
|
||||
&user.Created_at,
|
||||
&user.Bio,
|
||||
|
||||
Reference in New Issue
Block a user