Skip to content

Commit

Permalink
Fixing function name of an API call accidentally duplicated
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaWNava committed Sep 6, 2024
1 parent 0f782ec commit 9b664ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prime-router/src/main/kotlin/azure/ReportFunction.kt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class ReportFunction(
*
* @see ../../../docs/api/reports.yml
*/
@FunctionName("getMessagesFromTestBank")
@FunctionName("downloadReport")
fun downloadReport(
@HttpTrigger(
name = "downloadReport",
Expand Down

0 comments on commit 9b664ae

Please sign in to comment.