1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-01-24 03:16:35 +02:00

using notify's style in object creation

Co-authored-by: Niko Köser <koeserniko@gmail.com>
This commit is contained in:
George Tourkas 2021-04-15 10:52:58 +03:00 committed by GitHub
parent 66d7a877f2
commit 4167bec547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ func New(cfg Config) *Service {
Cache: cache.NewMemory(),
}
oa := wc.GetOfficialAccount(wcCfg)
account := wc.GetOfficialAccount(wcCfg)
return &Service{
config: cfg,