💄 Prettier repository

This commit is contained in:
ajnart
2023-07-21 18:08:40 +09:00
parent b40cafc65a
commit 739b95888b
197 changed files with 507 additions and 335 deletions

View File

@@ -11,9 +11,9 @@ import { AppType } from '~/types/app';
import { createTRPCRouter, publicProcedure } from '../trpc';
const errorResponse = {
state: 'offline',
status: 500,
statusText: 'Check logs for more informations',
state: 'offline',
status: 500,
statusText: 'Check logs for more informations',
};
export const appRouter = createTRPCRouter({