Skip to content

Commit

Permalink
fix: init map
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Dec 9, 2024
1 parent bd0af4d commit b5d07f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/tgmanager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ func NewManager(log *zap.Logger, db *ent.Client, meterProvider metric.MeterProvi
meter: meter,
tracer: tracer,
accounts: make(map[string]*Account),
leases: make(map[string]*Lease),
}, nil
}

Expand Down

0 comments on commit b5d07f3

Please sign in to comment.