Remove an unnecessary type assertion (#12666)

This commit is contained in:
woxtu 2023-12-15 11:22:49 +09:00 committed by GitHub
parent 417852779f
commit 5cc3d3c873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -493,8 +493,7 @@ export class ActivityPubServerService {
@bindThis @bindThis
public createServer(fastify: FastifyInstance, options: FastifyPluginOptions, done: (err?: Error) => void) { public createServer(fastify: FastifyInstance, options: FastifyPluginOptions, done: (err?: Error) => void) {
// addConstraintStrategy の型定義がおかしいため fastify.addConstraintStrategy({
(fastify.addConstraintStrategy as any)({
name: 'apOrHtml', name: 'apOrHtml',
storage() { storage() {
const store = {} as any; const store = {} as any;