Skip to content

Commit

Permalink
fix: verifySignature
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Nov 6, 2024
1 parent 6849b21 commit ab4db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queue/processors/inbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { InboxJobData } from '..';
import DbResolver from '../../remote/activitypub/db-resolver';
import { resolvePerson } from '../../remote/activitypub/models/person';
import { LdSignature } from '../../remote/activitypub/misc/ld-signature';
import { verifySignature } from '../../remote/activitypub/check-fetch.js';
import { verifySignature } from '../../remote/activitypub/check-fetch';
import { StatusError } from '../../misc/fetch';

const logger = new Logger('inbox');
Expand Down

0 comments on commit ab4db3f

Please sign in to comment.