Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit da5d59b

Browse files
committed
comment
1 parent 5044497 commit da5d59b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceLayer.Mesh/Functions/FileDiscoveryFunction.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public async Task Run([TimerTrigger("%FileDiscoveryTimerExpression%")] TimerInfo
1919
{
2020
logger.LogInformation($"DiscoveryFunction started at: {DateTime.Now}");
2121

22+
// TODO - abstract this out into an injectable configuration interface for testing purposes
2223
var mailboxId = Environment.GetEnvironmentVariable("BSSMailBox")
2324
?? throw new InvalidOperationException($"Environment variable 'BSSMailBox' is not set or is empty.");
2425

0 commit comments

Comments
 (0)