Skip to content

Commit

Permalink
Fix <3
Browse files Browse the repository at this point in the history
  • Loading branch information
PapiOphidian committed Nov 9, 2023
1 parent 3b9d891 commit 79257e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime-website/src/lover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class Lover {

if (confprovider.config.lover_messages_enabled_on_this_cluster && confprovider.config.amandas_lover_id.length) {
lastLover = new Lover(confprovider.config.amandas_lover_id)
loverMessageSendTimeout = setTimeout(loverMessageSendTimeoutFunction, confprovider.config.amandas_lover_send_timeout)
console.log("Lover messages have been enabled")
}

function loverMessageSendTimeoutFunction() {
Expand Down

0 comments on commit 79257e5

Please sign in to comment.