mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-02 08:27:44 +01:00
Refactor: Specify return type
This commit is contained in:
parent
a6f63e055a
commit
9694c1fc37
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import act from '../../remote/activitypub/act';
|
||||||
import resolvePerson from '../../remote/activitypub/resolve-person';
|
import resolvePerson from '../../remote/activitypub/resolve-person';
|
||||||
import Resolver from '../../remote/activitypub/resolver';
|
import Resolver from '../../remote/activitypub/resolver';
|
||||||
|
|
||||||
export default async ({ data }) => {
|
export default async ({ data }): Promise<void> => {
|
||||||
const keyIdLower = data.signature.keyId.toLowerCase();
|
const keyIdLower = data.signature.keyId.toLowerCase();
|
||||||
let user;
|
let user;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue