Commit 58c23078 authored by ChanHaeng Lee's avatar ChanHaeng Lee
Browse files

Fix type error

parent 5551cc20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ export const fedifyRequestHandler = integrateFederation(() => {});

const routePrefix = `/fedify-activity-handler`;

const federation = createFederation<void>({
const federation = createFederation({
  kv: new MemoryKvStore(),
});