improve comment on getNullableApId

This commit is contained in:
Hazelnoot 2024-11-17 09:26:09 -05:00
parent baf19420dd
commit 6f8736c1af

View file

@ -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