Skip to content

Commit dd1a06d

Browse files
authoredFeb 25, 2025··
Merge pull request #183 from djuerges/patch-2
2 parents a0bf91a + 7ad7e5a commit dd1a06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/shorturl-en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ Till now, we’ve done the modification of API Gateway. All the manually added c
435435
func NewServiceContext(c config.Config) *ServiceContext {
436436
return &ServiceContext{
437437
c: c,
438-
Model: model.NewShorturlModel(sqlx.NewMysql(c.DataSource), c.Cache, c.Table), // manual code
438+
Model: model.NewShorturlModel(sqlx.NewMysql(c.DataSource), c.Cache), // manual code
439439
}
440440
}
441441
```

0 commit comments

Comments
 (0)
Please sign in to comment.