chore codes

rabbitprincess committed Jun 6, 2026 at 13:26 UTC eb3167fbcab21abb093553423c6930c469155ef6
1 file changed -1
cmd/payment-app/handler.go
-1
@@ -86,7 +86,6 @@ func newHandler(cfg paymentHandlerConfig) (http.Handler, error) {
86 handler.asset = payment.Asset
87 handler.amount = payment.Amount
88 handler.payTo = payment.PayTo
89 - handler.photoURL = strings.TrimSpace(cfg.PhotoURL)
89
90 staticFS, err := fs.Sub(staticFiles, "static")
91 if err != nil {