feat(transaction-recurring): #100 implement editing of recurring transactions based on treasure chests
This commit was merged in pull request #121.
This commit is contained in:
@@ -17,14 +17,12 @@ type Account interface {
|
||||
|
||||
type AccountImpl struct {
|
||||
s service.Account
|
||||
a service.Auth
|
||||
r *Render
|
||||
}
|
||||
|
||||
func NewAccount(s service.Account, a service.Auth, r *Render) Account {
|
||||
func NewAccount(s service.Account, r *Render) Account {
|
||||
return AccountImpl{
|
||||
s: s,
|
||||
a: a,
|
||||
r: r,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user