Skip to content

Commit 91c6b53

Browse files
docs(typeorm): Remove unused Repository from photoProviders
1 parent c0ec61e commit 91c6b53

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)