mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 17:46:56 +00: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…
Add table
Reference in a new issue