mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting
This commit is contained in:
parent
84f0d940d2
commit
6bcdbfa8f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue