Skip to content

Commit

Permalink
Rename test-request-update redis message to just request-update
Browse files Browse the repository at this point in the history
Pawel committed Jan 31, 2024

Verified

This commit was signed with the committer’s verified signature.
torkelrogstad Torkel Rogstad
1 parent 3ad455a commit 53a02e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/trackedout/AgroNet.kt
Original file line number Diff line number Diff line change
@@ -187,7 +187,7 @@ object AgroNet : ModInitializer {
jedis.auth(redisPassword)
var numRecipients = 0L
try {
numRecipients = jedis.publish("datapack-updates", "test-request-update")
numRecipients = jedis.publish("datapack-updates", "request-update")
} catch (e: Exception) {
logger.error("[AGRONET]: Error publishing to Redis: ${e.message}")
e.printStackTrace()

0 comments on commit 53a02e7

Please sign in to comment.