Merge pull request #39268 from nextcloud/bugfix/noid/request-time-flow

fix(flow): Revert invalid rename of check class for RequestTime
pull/39327/head
Joas Schilling 2023-07-12 07:10:21 +07:00 committed by GitHub
commit 46284f1696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 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') },

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long