Commit 0db1c3a8 authored by Hines, Jesse's avatar Hines, Jesse
Browse files

Update model

parent 67aa5d13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ export interface Job {
  /**
   * ISO Datetime string
   */
  time_end: string;
  time_end: string|null;

  state_current:
    | "COMPLETED"