ripple: -> lets:

This commit is contained in:
Howl 2016-11-20 11:40:01 +01:00
parent ac2deb9ae0
commit aef33f708a
1 changed files with 2 additions and 2 deletions

View File

@ -120,9 +120,9 @@ func BeatmapRankRequestsSubmitPOST(md common.MethodData) common.CodeMessager {
// move on
case sql.ErrNoRows:
if d.SetID != 0 {
md.R.Publish("ripple:beatmap_updates:sets", strconv.Itoa(d.SetID))
md.R.Publish("lets:beatmap_updates:sets", strconv.Itoa(d.SetID))
} else {
md.R.Publish("ripple:beatmap_updates:single", strconv.Itoa(d.ID))
md.R.Publish("lets:beatmap_updates:single", strconv.Itoa(d.ID))
}
default:
md.Err(err)