Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Torkelsen committed Oct 8, 2024
1 parent 89f9848 commit 01eb91f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public void Run([CosmosDBTrigger(
{
if (input != null && input.Count > 0)
{
_logger.LogInformation("Documents modified: " + input.Count); //asd
_logger.LogInformation("Documents modified: " + input.Count);
_logger.LogInformation("First document Id: " + input[0].id);
}
}
Expand Down

0 comments on commit 01eb91f

Please sign in to comment.