add userId to props validation

This commit is contained in:
DispatchCommit 2021-06-21 16:06:25 -07:00 committed by jessopb
parent bff5e7116a
commit 5c4ba4dc83

View file

@ -52,6 +52,7 @@ type Props = {
toggleVideoTheaterMode: () => void,
adUrl: ?string,
claimId: ?string,
userId: ?number,
};
// type VideoJSOptions = {