Procházet zdrojové kódy

删除重复的parseWithAwait引入

18617351030 před 3 měsíci
rodič
revize
631b03e2a7
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/server/utils/generic-crud.routes.ts

+ 0 - 1
src/server/utils/generic-crud.routes.ts

@@ -6,7 +6,6 @@ import { AuthContext } from '../types/context';
 import { ObjectLiteral } from 'typeorm';
 import { AppDataSource } from '../data-source';
 import { parseWithAwait } from './parseWithAwait';
-import { parseWithAwait } from './parseWithAwait';
 
 export function createCrudRoutes<
   T extends ObjectLiteral,