feat: delete user from db and unsubscribe from stripe

This commit is contained in:
Ephraim Atta-Duncan
2024-01-20 23:30:56 +00:00
parent f652ca9b73
commit a3e560899a
6 changed files with 98 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ import SuperJSON from 'superjson';
import { getBaseUrl } from '@documenso/lib/universal/get-base-url';
import { AppRouter } from '../server/router';
import type { AppRouter } from '../server/router';
export const trpc = createTRPCReact<AppRouter>({
unstable_overrides: {