Skip to content

Commit

Permalink
chore: created_at
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed Oct 17, 2022
1 parent 4a09dde commit 558ee6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import * as moment from 'moment';
import { FilterOperationName } from 'models/AdminEntity/types';
import { FilterMap } from './types';

const workflowExecutionStartTimeKey = 'execution_created_at';
const nodeExecutionStartTimeKey = 'node_execution_created_at';
const workflowExecutionStartTimeKey = 'created_at';
const nodeExecutionStartTimeKey = 'created_at';

export type StartTimeFilterKey =
| 'all'
Expand Down

0 comments on commit 558ee6a

Please sign in to comment.