Update white-label config with correct derail.me brand colors #9
deploy-production.yml
on: push
Run Tests
42s
Deploy to Production
0s
Annotations
10 errors
|
Run Tests:
server/sharing.ts#L119
'guestSession.maxUsers' is possibly 'null'.
|
|
Run Tests:
server/sharing.ts#L119
'guestSession.currentUsers' is possibly 'null'.
|
|
Run Tests:
server/sharing.ts#L95
Property 'getShareLink' does not exist on type 'MemStorage'.
|
|
Run Tests:
server/sharing.ts#L68
Property 'createShareLink' does not exist on type 'MemStorage'.
|
|
Run Tests:
server/routes.ts#L235
Argument of type '{ guestId: string; inviteToken: `${string}-${string}-${string}-${string}-${string}`; expiresAt: Date; allowedCameras: any; canRecord: any; isActive: true; }' is not assignable to parameter of type '{ guestId: string; inviteToken: string; shareUrl: string; expiresAt: Date; createdBy: string; isActive?: boolean | null | undefined; allowedCameras?: string[] | null | undefined; canRecord?: boolean | ... 1 more ... | undefined; ... 5 more ...; revokedBy?: string | ... 1 more ... | undefined; }'.
|
|
Run Tests:
server/auth.ts#L271
Type 'MapIterator<[string, { count: number; resetTime: number; }]>' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher.
|
|
Run Tests:
server/auth.ts#L190
Type 'boolean | null' is not assignable to type 'boolean'.
|
|
Run Tests:
client/src/components/camera-stream.tsx#L288
Parameter 'e' implicitly has an 'any' type.
|
|
Run Tests:
client/src/components/camera-stream.tsx#L288
Type '{ className: string; onContextMenu: (e: MouseEvent<HTMLDivElement, MouseEvent>) => void; onSelectStart: (e: any) => any; onDragStart: (e: DragEvent<...>) => void; }' is not assignable to type 'DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>'.
|
|
Run Tests:
client/src/components/camera-stream.tsx#L14
'"lucide-react"' has no exported member named 'RecordIcon'. Did you mean 'CodeIcon'?
|