Skip to content

Commit

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

0 comments on commit 5f7909e

Please sign in to comment.