mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-24 00:13:09 +02: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…
Reference in a new issue