fix(lrawd): Parrainage remove 500e
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matthieu 'JP' DERASSE 2023-07-15 16:04:10 +00:00
parent 4a62daed22
commit 50786727bf
Signed by: mderasse
GPG Key ID: 55141C777B16A705

View File

@ -81,7 +81,7 @@ func checkPrice(alertChan chan api.Availability) {
StdAlert = true
}
if !LrAlert && availability.Price < 47000 && availability.Trim[0] == "LRAWD" {
if !LrAlert && availability.Price < 47500 && availability.Trim[0] == "LRAWD" {
log.Info("Launching an alert !")
alertChan <- availability
alert++