Skip to content

Commit 01b4aee

Browse files
committed
update ch1
1 parent 36f5ba8 commit 01b4aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/router/sample_1/readme-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ teams = [{
163163

164164
```python
165165
class Sample1TeamDetail2(tms.Team):
166-
sprints: list[Sample1SprintDetail] = []
166+
sprints: list[Sample1SprintDetail] # no resolver, no default
167167

168168
members: list[us.User] = []
169169
def resolve_members(self, loader=LoaderDepend(ul.team_to_user_loader)):

0 commit comments

Comments
 (0)