Skip to content

Fix conflicts

Fix conflicts #78

Triggered via push April 20, 2024 00:37
Status Failure
Total duration 2m 8s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
package
Type '(tabId: any, messageId: any, code: any, type: any, referenceTrackerInfo: any, eventId: any, codeBlockIndex: any, totalCodeBlocks: any) => void' is not assignable to type '(tabId: string, messageId: string, code?: string | undefined, type?: CodeSelectionType | undefined, referenceTrackerInformation?: ReferenceTrackerInformation[] | undefined, eventId?: string | undefined) => void'.
package
Parameter 'tabId' implicitly has an 'any' type.
package
Parameter 'messageId' implicitly has an 'any' type.
package
Parameter 'code' implicitly has an 'any' type.
package
Parameter 'type' implicitly has an 'any' type.
package
Parameter 'referenceTrackerInfo' implicitly has an 'any' type.
package
Parameter 'eventId' implicitly has an 'any' type.
package
Parameter 'codeBlockIndex' implicitly has an 'any' type.
package
Parameter 'totalCodeBlocks' implicitly has an 'any' type.
package
Process completed with exit code 1.