Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertobadjio committed Oct 13, 2024
1 parent 5c355ca commit 8aa4361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/notifier/notifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/robertobadjio/tgtime-notifier/internal/notifier/telegram"
)

const сheckSecondsInOffice = 10
const checkSecondsInOffice = 10

func main() {
var logger log.Logger
Expand Down Expand Up @@ -65,7 +65,7 @@ func startCheckInOffice(
_ = logger.Log("kafka", "consume", "type", "in office message", "msg", err)
}
}
bc := background.NewBackground(time.Duration(сheckSecondsInOffice)*time.Second, f)
bc := background.NewBackground(time.Duration(checkSecondsInOffice)*time.Second, f)
bc.Start()
}

Expand Down

0 comments on commit 8aa4361

Please sign in to comment.