Address PR comments

This commit is contained in:
ajnart
2023-12-29 17:59:19 +01:00
parent f9c9f23b0c
commit f20c209c94
2 changed files with 1 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ export default function OnboardPage({
const [onboardingSteps, { open: showOnboardingSteps }] = useDisclosure(false);
const isUpgradeFromSchemaOne = false;
const isUpgradeFromSchemaOne = configSchemaVersions.includes(1);
return (
<>

View File

@@ -8,12 +8,6 @@ import { AppType } from '~/types/app';
import { createTRPCRouter, publicProcedure } from '../trpc';
// const agent = new https.Agent({ rejectUnauthorized: false });
// const getCacheResponse = unstable_cache(
// async (app) => await axios.get(app.url, { httpsAgent: agent, timeout: 10000 }),
// ['app-id']
// );
export const appRouter = createTRPCRouter({
ping: publicProcedure
.input(