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 2 years ago committed by Joas Schilling
parent de3b6a2219
commit cae07aeda2
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
  1. 2
      apps/workflowengine/src/components/Checks/request.js

@ -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…
Cancel
Save