mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-28 21:28:19 +01:00
improve comment on getNullableApId
This commit is contained in:
parent
baf19420dd
commit
6f8736c1af
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export function getApId(value: string | IObject | [string | IObject]): string {
|
|||
}
|
||||
|
||||
/**
|
||||
* Get ActivityStreams Object id
|
||||
* Get ActivityStreams Object id, or null if not present
|
||||
*/
|
||||
export function getNullableApId(value: string | IObject | [string | IObject]): string | null {
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
|
|
Loading…
Reference in a new issue