Got high and forgot what I did. The diff probably speaks for itself

This commit is contained in:
2024-12-27 03:31:15 +00:00
parent 3589cae584
commit e4881d29d4
3 changed files with 3 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ async function initialize() {
initialize().then(() => {
jetstreamSubscription.createSubscription()
DebugLog.info("INIT", 'Initialized!')
DebugLog.info("INIT", 'Initialized and watching ' + <string>Bun.env.NAME + ' (' + <string>Bun.env.USER_DID + ')')
});