fix(logs): include missing deployment UUIDs in anatomy output so frontend can reliably fetch build logs
This commit is contained in:
@@ -49,12 +49,14 @@ export interface Anatomy {
|
||||
branch?: string;
|
||||
buildPack?: string;
|
||||
lastBuild?: {
|
||||
uuid: string;
|
||||
status: string;
|
||||
createdAt?: string;
|
||||
finishedAt?: string;
|
||||
commit?: string;
|
||||
};
|
||||
inFlightBuild?: {
|
||||
uuid: string;
|
||||
status: string;
|
||||
createdAt?: string;
|
||||
finishedAt?: string;
|
||||
|
||||
Reference in New Issue
Block a user