Skip to content

Commit

Permalink
Merge pull request #39268 from nextcloud/bugfix/noid/request-time-flow
Browse files Browse the repository at this point in the history
fix(flow): Revert invalid rename of check class for RequestTime
  • Loading branch information
nickvergessen committed Jul 12, 2023
2 parents ac5b2d4 + 7457431 commit 46284f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/workflowengine/src/components/Checks/request.js
Expand Up @@ -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') },
Expand Down
4 changes: 2 additions & 2 deletions dist/workflowengine-workflowengine.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/workflowengine-workflowengine.js.map

Large diffs are not rendered by default.

0 comments on commit 46284f1

Please sign in to comment.