This commit is contained in:
Jackson Harper
2024-03-13 10:02:23 +08:00
parent 84f0d940d2
commit 6bcdbfa8f0

View File

@ -26,7 +26,7 @@ const client = new PubSub()
type EntityData<T> = Merge<T, { libraryItemId: string }>
const isYouTubeVideoURL = (url: string | undefined): Boolean => {
const isYouTubeVideoURL = (url: string | undefined): boolean => {
if (!url) {
return false
}