Skip to content

Commit 9b664ae

Browse files
committed
Fixing function name of an API call accidentally duplicated
1 parent 0f782ec commit 9b664ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prime-router/src/main/kotlin/azure/ReportFunction.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class ReportFunction(
165165
*
166166
* @see ../../../docs/api/reports.yml
167167
*/
168-
@FunctionName("getMessagesFromTestBank")
168+
@FunctionName("downloadReport")
169169
fun downloadReport(
170170
@HttpTrigger(
171171
name = "downloadReport",

0 commit comments

Comments
 (0)