mirror of
https://github.com/paricafe/misskey.git
synced 2024-12-27 16:26:44 -06:00
improve comment on getNullableApId
This commit is contained in:
parent
48c1ab4777
commit
3b20a73d58
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,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