Skip to content

Commit b973d76

Browse files
committed
fix: removed typo
1 parent 950975e commit b973d76

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/connection.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ func Connect(
4949
// Set the maximum idle connections
5050
db.SetMaxIdleConns(config.MaxIdleConnections)
5151

52-
db.Set
53-
5452
// Set the connection max lifetime
5553
db.SetConnMaxLifetime(config.ConnectionMaxLifetime)
5654

0 commit comments

Comments
 (0)