From 6bcdbfa8f019797ed015fbb5ea94ed2dfcb382ff Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 13 Mar 2024 10:02:23 +0800 Subject: [PATCH] Linting --- packages/api/src/pubsub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/api/src/pubsub.ts b/packages/api/src/pubsub.ts index 2d7f12ba0..9bc4858b1 100644 --- a/packages/api/src/pubsub.ts +++ b/packages/api/src/pubsub.ts @@ -26,7 +26,7 @@ const client = new PubSub() type EntityData = Merge -const isYouTubeVideoURL = (url: string | undefined): Boolean => { +const isYouTubeVideoURL = (url: string | undefined): boolean => { if (!url) { return false }