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 Resolver from '../../remote/activitypub/resolver';
|
||||
|
||||
export default async ({ data }) => {
|
||||
export default async ({ data }): Promise<void> => {
|
||||
const keyIdLower = data.signature.keyId.toLowerCase();
|
||||
let user;
|
||||
|
||||
|
|
Loading…
Reference in a new issue