2
0
Эх сурвалжийг харах

change ref to app from application

Ian Edwards 2 жил өмнө
parent
commit
380f8965d0

+ 2 - 2
internal/models/app_revision.go

@@ -11,8 +11,8 @@ type AppRevision struct {
 	// ID is a UUID for the AppRevision
 	ID uuid.UUID `gorm:"type:uuid;primaryKey" json:"id"`
 
-	// Base64Application is the PorterApp as json encoded in base64
-	Base64Application string `json:"base64_application"`
+	// Base64App is the PorterApp as json encoded in base64
+	Base64App string `json:"base64_app"`
 
 	// Status is the status of the apply that happened for this revision.
 	Status string `json:"status"`