use recipient from env as it's different in live

This commit is contained in:
2025-09-03 13:29:27 +03:00
parent 8cb9d7552c
commit b046b6ab16

View File

@@ -97,7 +97,7 @@ export async function getLatestPublicMessageListItem() {
Action: MedipostAction.GetPublicMessageList,
User: USER,
Password: PASSWORD,
Sender: 'syndev',
Sender: RECIPIENT,
// LastChecked (date+time) can be used here to get only messages since the last check - add when cron is created
// MessageType check only for messages of certain type
},