(workspace: Workspace)
| 214 | } |
| 215 | |
| 216 | export const getDeadline = (workspace: Workspace): dayjs.Dayjs => |
| 217 | dayjs(workspace.latest_build.deadline).utc(); |
| 218 | |
| 219 | /** |
| 220 | * Get number of hours you can add or subtract to the current deadline before hitting the max or min deadline. |