update
All checks were successful
Build and Publish / Metadata (push) Successful in 9s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 1m13s
Build and Publish / BuildAndDeployArm64 (push) Successful in 4m26s

This commit is contained in:
matst80
2025-10-16 18:01:32 +02:00
parent 15089862d5
commit c060680768
8 changed files with 263 additions and 181 deletions

View File

@@ -19,7 +19,6 @@ type CartFileInfo struct {
CartId cart.CartId `json:"cartId"`
Size int64 `json:"size"`
Modified time.Time `json:"modified"`
Accessed time.Time `json:"accessed"`
}
func envOrDefault(key, def string) string {