fix(flow): Revert invalid rename of check class for RequestTime

Signed-off-by: Julius Härtl <jus@bitgrid.net>
pull/39268/head
Julius Härtl 2023-07-10 13:31:16 +07:00 committed by Joas Schilling
parent de3b6a2219
commit cae07aeda2
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
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') },