Skip to content

Commit

Permalink
removed unnecessary imports and files
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloAyranji committed Mar 26, 2024
1 parent 9b6c7eb commit 41bdbe9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 23 deletions.
5 changes: 1 addition & 4 deletions examples/backend/nestjs/src/app.controller.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Controller, Post, Get } from '@nestjs/common';
import { Controller, Post } from '@nestjs/common';
import { AppService } from './app.service';
import { SubnameUpdate } from './interfaces/update.interface';
import { SubnameClaim } from './interfaces/claim.interface';
import { RequestChallenge } from './interfaces/request-challenge.interface';
import { SubnameReserve } from './interfaces/reserve.interface';
import { SubnameAdd } from './interfaces/add.interface';

@Controller('/api')
Expand Down
3 changes: 0 additions & 3 deletions examples/backend/nestjs/src/app.service.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Injectable } from '@nestjs/common';
import { ChainId, JustaName } from '@justaname.id/sdk';
import { RequestChallenge } from './interfaces/request-challenge.interface';
import { SubnameUpdate } from './interfaces/update.interface';
import { SubnameClaim } from './interfaces/claim.interface';
import { SubnameReserve } from './interfaces/reserve.interface';
import { SubnameAdd } from './interfaces/add.interface';

@Injectable()
Expand Down
6 changes: 0 additions & 6 deletions examples/backend/nestjs/src/interfaces/claim.interface.ts

This file was deleted.

4 changes: 0 additions & 4 deletions examples/backend/nestjs/src/interfaces/reserve.interface.ts

This file was deleted.

6 changes: 0 additions & 6 deletions examples/backend/nestjs/src/interfaces/update.interface.ts

This file was deleted.

0 comments on commit 41bdbe9

Please sign in to comment.