From 2fb7f4faa66d2ec24ac79a56b06add3bfbb92bef Mon Sep 17 00:00:00 2001 From: "Michael M. Chang" Date: Thu, 31 Mar 2022 14:05:52 -0400 Subject: [PATCH] consistent function naming Co-authored-by: Ajay Ramachandran --- src/routes/getVideoLabel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/getVideoLabel.ts b/src/routes/getVideoLabel.ts index 48a2504..1ddc98b 100644 --- a/src/routes/getVideoLabel.ts +++ b/src/routes/getVideoLabel.ts @@ -33,7 +33,7 @@ async function getLabelsByVideoID(videoID: VideoID, service: Service): Promise> { +async function getLabelsByHash(hashedVideoIDPrefix: VideoIDHash, service: Service): Promise> { const segments: SBRecord = {}; try {