mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-07 20:52:02 +08:00
Fix no previous enqueue entry's UI display
This commit is contained in:
@@ -108,7 +108,9 @@ export interface SchedulerEntry {
|
||||
task_payload: { [key: string]: any };
|
||||
options: string[];
|
||||
next_enqueue_at: string;
|
||||
prev_enqueue_at: string;
|
||||
// prev_enqueue_at will be omitted
|
||||
// if there were no previous enqueue events.
|
||||
prev_enqueue_at?: string;
|
||||
}
|
||||
|
||||
export interface PaginationOptions extends Record<string, number | undefined> {
|
||||
|
Reference in New Issue
Block a user