Răsfoiți Sursa

change ref to app from application

Ian Edwards 2 ani în urmă
părinte
comite
380f8965d0
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      internal/models/app_revision.go

+ 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"`