Skip to content

Commit

Permalink
Add retrieval type to request email
Browse files Browse the repository at this point in the history
  • Loading branch information
richpryce committed Nov 26, 2024
1 parent ad1077b commit 3d5894d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/api/handlers/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ Project Details:
• Project ID: %d
• Project URL: %v%v
• Requested by: %v
• Restore Type: %v
Restore Statistics:
-----------------
Expand All @@ -287,6 +288,7 @@ Standard retrieval typically completes within 3-5 hours.
body.ID,
os.Getenv("PLUTO_PROJECT_URL"), body.ID,
body.User,
body.RetrievalType,
cachedStats.FileCount,
float64(cachedStats.TotalSize)/(1024*1024*1024),
cachedStats.StandardCost,
Expand Down

0 comments on commit 3d5894d

Please sign in to comment.