Skip to content

Commit 07d2651

Browse files
Merge pull request #2001 from rodrigoagostin/remove-unused-repository
docs(typeorm): Remove unused Repository from photoProviders
2 parents c0ec61e + 91c6b53 commit 07d2651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/sql-typeorm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The `Photo` entity belongs to the `photo` directory. This directory represents t
9595

9696
```typescript
9797
@@filename(photo.providers)
98-
import { Connection, Repository } from 'typeorm';
98+
import { Connection } from 'typeorm';
9999
import { Photo } from './photo.entity';
100100

101101
export const photoProviders = [

0 commit comments

Comments
 (0)