Address PR comments
This commit is contained in:
@@ -26,7 +26,7 @@ export default function OnboardPage({
|
|||||||
|
|
||||||
const [onboardingSteps, { open: showOnboardingSteps }] = useDisclosure(false);
|
const [onboardingSteps, { open: showOnboardingSteps }] = useDisclosure(false);
|
||||||
|
|
||||||
const isUpgradeFromSchemaOne = false;
|
const isUpgradeFromSchemaOne = configSchemaVersions.includes(1);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -8,12 +8,6 @@ import { AppType } from '~/types/app';
|
|||||||
|
|
||||||
import { createTRPCRouter, publicProcedure } from '../trpc';
|
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({
|
export const appRouter = createTRPCRouter({
|
||||||
ping: publicProcedure
|
ping: publicProcedure
|
||||||
.input(
|
.input(
|
||||||
|
|||||||
Reference in New Issue
Block a user