mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🧹 Remove userId and userName from the path fragments
This commit is contained in:
parent
3a883500cf
commit
4b6a0fd5db
1 changed files with 0 additions and 11 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue