Skip to content

Commit

Permalink
♻️ Remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo-mitomo committed May 1, 2020
1 parent c97e4da commit d0895c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users/users.repository.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Injectable, NotFoundException } from '@nestjs/common'
import { Injectable } from '@nestjs/common'
import { User, UserProfile } from './classes/user.class'
import { FirebaseService } from '../shared/firebase/firebase.service'
import * as firebaseAdmin from 'firebase-admin'
Expand Down

0 comments on commit d0895c4

Please sign in to comment.