Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 2007476

Browse files
committed
fix function name
1 parent a40d7ed commit 2007476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiService/ApiService/QueueTaskHearbeat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public QueueTaskHearbeat(ILoggerFactory loggerFactory, ITaskOperations tasks, IE
2121
_events = events;
2222
}
2323

24-
[Function("QueueNodeHearbeat")]
24+
[Function("QueueTaskHearbeat")]
2525
public async Async.Task Run([QueueTrigger("myqueue-items2", Connection = "AzureWebJobsStorage")] string msg)
2626
{
2727
_logger.LogInformation($"heartbeat: {msg}");

0 commit comments

Comments
 (0)