Browse Source

[web] Fix cast build

Neeraj Gupta 1 year ago
parent
commit
fdc7cf6ad8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      web/apps/cast/src/utils/useCastReceiver.tsx

+ 1 - 2
web/apps/cast/src/utils/useCastReceiver.tsx

@@ -38,8 +38,7 @@ const load = (() => {
 
 export const useCastReceiver = () => {
     const [receiver, setReceiver] = useState<Receiver | null>({
-        cast: null,
-        debug: null,
+        cast: null
     });
 
     useEffect(() => {