@@ -55,7 +55,7 @@ func (s Service) CreateFramework(
|
||||
err = s.pg.WithConn(
|
||||
ctx,
|
||||
func(conn pg.Conn) error {
|
||||
return nil
|
||||
return framework.Insert(ctx, conn)
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user