mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix(flow): Revert invalid rename of check class for RequestTime
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
de3b6a2219
commit
cae07aeda2
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ const RequestChecks = [
|
|||
component: RequestURL,
|
||||
},
|
||||
{
|
||||
class: 'OCA\\WorkflowEngine\\Check\\RequestTimeController',
|
||||
class: 'OCA\\WorkflowEngine\\Check\\RequestTime',
|
||||
name: t('workflowengine', 'Request time'),
|
||||
operators: [
|
||||
{ operator: 'in', name: t('workflowengine', 'between') },
|
||||
|
|
|
|||
Loading…
Reference in a new issue