Changed favicon

This commit is contained in:
frikky
2020-10-31 17:34:26 +01:00
parent a6a5bc9d30
commit e06ac4cae1
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -558,6 +558,7 @@ func createSchedule(ctx context.Context, scheduleId, workflowId, name, startNode
CreationTime: timeNow,
LastModificationtime: timeNow,
LastRuntime: timeNow,
Org: orgId,
}
err = setSchedule(ctx, schedule)