mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-12 07:33:23 +02:00
Fix UI bug with publish dialog
This commit is contained in:
parent
669d269fd9
commit
224c54b1a2
28 changed files with 75 additions and 69 deletions
user
|
@ -93,6 +93,7 @@ type Tier struct {
|
|||
StripePriceID string // Price ID for paid tiers (price_...)
|
||||
}
|
||||
|
||||
// Context returns fields for the log
|
||||
func (t *Tier) Context() log.Context {
|
||||
return log.Context{
|
||||
"tier_id": t.ID,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue