Skip to content

Commit 1588585

Browse files
committed
fix for diagram
1 parent 726c038 commit 1588585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-md/DATABASE_SERVICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Service wiring in the benchmark module:
120120
```mermaid
121121
graph LR
122122
Controller[Controller] --> Service[Feature Service]
123-
Service --> DbService["*DbService"]
123+
Service --> DbService[#42;DbService]
124124
DbService --> PS[(PrismaService)]
125125
PS --> DB[(Database)]
126126
```

0 commit comments

Comments
 (0)