mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Enable jsdoc/valid-types rule
This commit is contained in:
@@ -177,7 +177,7 @@ export class BaseFileIdentifierMapper implements FileIdentifierMapper {
|
||||
* Strips the baseRequestURI from the identifier.
|
||||
* @param identifier - Incoming identifier.
|
||||
*
|
||||
* @throws {@link NotFoundHttpError}
|
||||
* @throws NotFoundHttpError
|
||||
* If the identifier does not match the baseRequestURI.
|
||||
*
|
||||
* @returns A string representing the relative path.
|
||||
@@ -193,7 +193,7 @@ export class BaseFileIdentifierMapper implements FileIdentifierMapper {
|
||||
/**
|
||||
* Check if the given relative path is valid.
|
||||
*
|
||||
* @throws {@link BadRequestHttpError}
|
||||
* @throws BadRequestHttpError
|
||||
* If the relative path is invalid.
|
||||
*
|
||||
* @param path - A relative path, as generated by {@link getRelativePath}.
|
||||
|
||||
Reference in New Issue
Block a user