Skip to content

Commit

Permalink
tag-log-v2 -> tag-log
Browse files Browse the repository at this point in the history
  • Loading branch information
niamu01 committed Dec 8, 2023
1 parent db53dc4 commit aad84a0
Show file tree
Hide file tree
Showing 28 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { RedirectModule } from './redirect/redirect.module';
import { ReissueModule } from './reissue/reissue.module';
import { StatisticsModule } from './statistics/statictics.module';
import { TagLogModule } from './tag-log-v1/tag-log.module';
import { TagLogModule2 } from './tag-log-v2/tag-log-v2.module';
import { TagLogModule2 } from './tag-log/tag-log-v2.module';
import { UserModule } from './user/user.module';

@Module({
Expand Down
2 changes: 1 addition & 1 deletion src/external/cabi42/cabi42.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Module } from '@nestjs/common';
import { TypeOrmModule } from '@nestjs/typeorm';
import { TagLog } from 'src/entities/tag-log.entity';
import { TagLogRepository } from 'src/tag-log-v1/repository/mysql/tag-log.repository';
import { TagLogModule2 } from 'src/tag-log-v2/tag-log-v2.module';
import { TagLogModule2 } from 'src/tag-log/tag-log-v2.module';
import { UserModule } from 'src/user/user.module';
import { Cabi42Controller } from './cabi42.controller';
import { Cabi42Service } from './cabi42.service';
Expand Down
2 changes: 1 addition & 1 deletion src/external/cabi42/cabi42.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable, Logger } from '@nestjs/common';
import { TagLogService } from 'src/tag-log-v2/tag-log-v2.service';
import { TagLogService } from 'src/tag-log/tag-log-v2.service';
import { UserService } from 'src/user/user.service';
import { Cabi42ResponseDto } from './dto/cabi42.response.dto';

Expand Down
2 changes: 1 addition & 1 deletion src/external/cabi42/dto/cabi42.response.dto.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ApiProperty } from '@nestjs/swagger';
import { UserIdType } from 'src/tag-log-v2/dto/admin/user-id.type';
import { UserIdType } from 'src/tag-log/dto/admin/user-id.type';

export class Cabi42ResponseDto extends UserIdType {
@ApiProperty({
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DeviceInfoDto } from 'src/tag-log-v2/dto/device-info.dto';
import { DeviceInfoDto } from 'src/tag-log/dto/device-info.dto';

export interface IDeviceInfoRepository {
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DeviceInfoDto } from 'src/tag-log-v2/dto/device-info.dto';
import { DeviceInfoDto } from 'src/tag-log/dto/device-info.dto';
import { IDeviceInfoRepository } from '../interface/device-info-repository.interface';
import { InjectRepository } from '@nestjs/typeorm';
import { Repository } from 'typeorm';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aad84a0

Please sign in to comment.