Skip to content

Commit

Permalink
chore: 불필요한 코드 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
seokahi committed Nov 24, 2022
1 parent 3f6bbfe commit 1a522f3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/service/EventService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ import UserService from './UserService';
import SubscriptionService from './SubscriptionService';
import {Infer} from '../common/utils/zod';
import { EventRequestScheme} from '../entity/schemes';
import {Any, MoreThanOrEqual} from "typeorm";
import { findConfigFile } from 'typescript';
import { any } from 'zod';
import { MoreThanOrEqual} from "typeorm";


class EventService {
async makeEvent(userId: number, body: Infer<typeof EventRequestScheme>): Promise<Event> {
Expand Down

0 comments on commit 1a522f3

Please sign in to comment.