Skip to content

Commit

Permalink
fix: event module lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoxong committed Apr 8, 2024
1 parent e416942 commit 3c045d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/event/event.service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Injectable } from "@nestjs/common";
import { CreateEventDto } from "./dto/create-event.dto";
import { UpdateEventDto } from "./dto/update-event.dto";
import { Injectable } from '@nestjs/common';
import { CreateEventDto } from './dto/create-event.dto';
import { UpdateEventDto } from './dto/update-event.dto';

@Injectable()
export class EventService {
Expand Down

0 comments on commit 3c045d6

Please sign in to comment.