fix(logs): resolve missing deployment uuid in anatomy payload to fix build logs display
This commit is contained in:
@@ -155,7 +155,8 @@ export interface CoolifyServer {
|
||||
}
|
||||
|
||||
export interface CoolifyDeployment {
|
||||
uuid: string;
|
||||
id?: number;
|
||||
deployment_uuid: string;
|
||||
status: string;
|
||||
created_at?: string;
|
||||
finished_at?: string;
|
||||
|
||||
Reference in New Issue
Block a user