Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Nov 21, 2024
1 parent 3d05153 commit 00775d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import { redirect } from "next/navigation";
import { getServerSession } from "../../../../../../../../../functions/server/getServerSession";
import { RemovalUnderMaintenanceView } from "./RemovalUnderMaintenanceView";
import {
getNextGuidedStep,
StepDeterminationData,
Expand All @@ -13,11 +12,13 @@ import { getCountryCode } from "../../../../../../../../../functions/server/getC
import { headers } from "next/headers";
import {
getLatestOnerepScanResults,
getScanResultsWithBrokerUnderMaintenance,
// getScanResultsWithBrokerUnderMaintenance,
} from "../../../../../../../../../../db/tables/onerep_scans";
import { getOnerepProfileId } from "../../../../../../../../../../db/tables/subscribers";
import { getSubscriberBreaches } from "../../../../../../../../../functions/server/getSubscriberBreaches";
import { getSubscriberEmails } from "../../../../../../../../../functions/server/getSubscriberEmails";
import { RemovalUnderMaintenanceView } from "./RemovalUnderMaintenanceView";

export default async function RemovalUnderMaintenance() {
const session = await getServerSession();
Expand Down

0 comments on commit 00775d2

Please sign in to comment.