1
Fork 0
mirror of https://github.com/Steffo99/sophon.git synced 2024-10-16 07:07:26 +00:00

🧹 Remove userId and userName from the path fragments

This commit is contained in:
Steffo 2021-11-08 16:38:56 +01:00 committed by Stefano Pigozzi
parent 3a883500cf
commit 4b6a0fd5db

View file

@ -7,17 +7,6 @@ export interface ParsedPath {
*/
instance?: string,
/**
* The numeric id of the user.
*/
userId?: string,
/**
* The username of the user.
* @warning Matches {@link userId} if it is defined.
*/
userName?: string,
/**
* The research group slug.
*/