Target correct struct

This commit is contained in:
Scott Yeager
2025-03-12 15:25:20 -07:00
parent 13f482fa12
commit 7807a8e736

View File

@@ -177,7 +177,7 @@ pub:
// return "{\\\"type\\\":\\\"${data.type_}\\\",\\\"name\\\":\\\"${data.name}\\\",\\\"projectName\\\":\\\"${data.project_name}\\\"}"
// }
pub fn (mut d Deployment) json_encode() string {
pub fn (mut d DeploymentData) json_encode() string {
return json.encode(d)
}