consistent function naming

Co-authored-by: Ajay Ramachandran <dev@ajay.app>
This commit is contained in:
Michael M. Chang
2022-03-31 14:05:52 -04:00
committed by GitHub
parent ed560425a0
commit 2fb7f4faa6

View File

@@ -33,7 +33,7 @@ async function getLabelsByVideoID(videoID: VideoID, service: Service): Promise<S
}
}
async function getLabelsbyHash(hashedVideoIDPrefix: VideoIDHash, service: Service): Promise<SBRecord<VideoID, VideoData>> {
async function getLabelsByHash(hashedVideoIDPrefix: VideoIDHash, service: Service): Promise<SBRecord<VideoID, VideoData>> {
const segments: SBRecord<VideoID, VideoData> = {};
try {