mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-13 10:52:15 +01:00
fixes waitTimeout, waitDelay not working with float
This commit is contained in:
@@ -23,7 +23,6 @@ type Context struct {
|
||||
|
||||
// New creates a new context.
|
||||
func New(c echo.Context, logger *logger.Logger, config *config.Config) *Context {
|
||||
// TODO timeout context?
|
||||
return &Context{
|
||||
c,
|
||||
logger,
|
||||
|
||||
Reference in New Issue
Block a user