Remove environment.Environment struct
This commit completely removes the environment struct as it is no longer used.
This commit is contained in:
parent
3263920d6b
commit
473040a69f
40 changed files with 91 additions and 146 deletions
|
|
@ -39,7 +39,7 @@ func (s server) Run(context wisski_distillery.Context) error {
|
|||
|
||||
// if the caller requested a trigger, just trigger the cron tasks
|
||||
if s.Trigger {
|
||||
return dis.Control().Trigger(context.Context, context.Environment.Environment)
|
||||
return dis.Control().Trigger(context.Context)
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue