mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
remove logger.sync from lastfm
This commit is contained in:
parent
d1600abf95
commit
cb449e2e35
2 changed files with 0 additions and 2 deletions
|
@ -146,7 +146,6 @@ func main() {
|
|||
// If there is no roomId something went really wrong.
|
||||
roomId := message.Tags["room-id"]
|
||||
if roomId == "" {
|
||||
log.Error().Msgf("Missing room-id in message tag: %s", roomId)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ import (
|
|||
|
||||
func LastFmUserRecent(target, user string) string {
|
||||
sugar := zap.NewExample().Sugar()
|
||||
defer sugar.Sync()
|
||||
|
||||
err := godotenv.Load()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue