@ -358,7 +358,7 @@ Log in to the relay dashboard to access your configuration at: %s`,
@@ -358,7 +358,7 @@ Log in to the relay dashboard to access your configuration at: %s`,
// Sign and save the event
ev.Sign(sign)
iferr,_:=pp.db.SaveEvent(pp.ctx,ev);err!=nil{
if_,err:=pp.db.SaveEvent(pp.ctx,ev);err!=nil{
returnfmt.Errorf("failed to save expiry warning note: %w",err)
}
@ -472,7 +472,7 @@ Log in to the relay dashboard to access your configuration at: %s`,
@@ -472,7 +472,7 @@ Log in to the relay dashboard to access your configuration at: %s`,
// Sign and save the event
ev.Sign(sign)
iferr,_:=pp.db.SaveEvent(pp.ctx,ev);err!=nil{
if_,err:=pp.db.SaveEvent(pp.ctx,ev);err!=nil{
returnfmt.Errorf("failed to save trial reminder note: %w",err)
returnfmt.Errorf("failed to save payment note: %w",err)
}
@ -801,7 +801,7 @@ Enjoy your time on the relay!`, monthlyPrice, monthlyPrice,
@@ -801,7 +801,7 @@ Enjoy your time on the relay!`, monthlyPrice, monthlyPrice,
// Sign and save the event
ev.Sign(sign)
iferr,_:=pp.db.SaveEvent(pp.ctx,ev);err!=nil{
if_,err:=pp.db.SaveEvent(pp.ctx,ev);err!=nil{
returnfmt.Errorf("failed to save welcome note: %w",err)