Skip to content

Build Logs
56s

Failed to compile.
./functions/src/events/scrapeEvents.ts:214:7
Type error: Type 'string | null' is not assignable to type 'string | undefined'.
Type 'null' is not assignable to type 'string | undefined'.
212 | type: "hearing",
213 | content,
> 214 | videoURL: maybeVideoURL,
| ^
215 | videoFetchedAt: maybeVideoURL ? Timestamp.now() : null,
216 | videoAssemblyId: transcript ? transcript.id : null,
217 | ...this.timestamps(content)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Error: Command "yarn build:dev" exited with 1