Skip to content

Commit 7e1cd07

Browse files
Merge pull request nestjs#455 from iamclaytonray/patch-1
Update 05-sql-typeorm/~/photo.service.ts
2 parents 2264d9a + fa4698e commit 7e1cd07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/05-sql-typeorm/src/photo/photo.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Component, Inject } from '@nestjs/common';
1+
import { Component } from '@nestjs/common';
22
import { InjectRepository } from '@nestjs/typeorm';
33
import { Repository } from 'typeorm';
44
import { Photo } from './photo.entity';

0 commit comments

Comments
 (0)