Skip to content

Commit

Permalink
updates-backend
Browse files Browse the repository at this point in the history
  • Loading branch information
surajyadav1108 committed Aug 16, 2023
1 parent e3f422a commit b0d0130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/GetResumeCounter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static HttpResponseMessage Run(
ILogger log)
{

//view counter updates here.
// the view counter updates will happen here.
log.LogInformation("C# HTTP trigger function processed a request.");

updatedCounter = counter;
Expand Down

0 comments on commit b0d0130

Please sign in to comment.