Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nexryai authored Apr 30, 2024
1 parent 5e5b378 commit 4ec9e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/queue/processors/inbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Bull from "bull";
import httpSignature from "@peertube/http-signature";
import perform from "@/remote/activitypub/perform.js";
import Logger from "@/services/logger.js";
import config from '../../config';
import config from "@/config/index.js";
import { registerOrFetchInstanceDoc } from "@/services/register-or-fetch-instance-doc.js";
import { Instances } from "@/models/index.js";
import { apRequestChart, federationChart, instanceChart } from "@/services/chart/index.js";
Expand Down

0 comments on commit 4ec9e62

Please sign in to comment.