Skip to content

Orion notifications demo #514

Orion notifications demo

Orion notifications demo #514

Triggered via pull request July 3, 2023 09:37
Status Failure
Total duration 2m 20s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

checks.yml

on: pull_request
Matrix: Docker build check
Matrix: Local build, linting and formatting
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Local build, linting and formatting (ubuntu-latest, 16.x)
Process completed with exit code 1.
Docker build check (ubuntu-latest, 16.x): src/mappings/utils.ts#L1
Argument of type 'Flat<Account>' is not assignable to parameter of type 'Account'.
Docker build check (ubuntu-latest, 16.x): src/mappings/utils.ts#L1
Argument of type '{ notificationId: string; }' is not assignable to parameter of type '{ id?: string | undefined; mailSent?: boolean | undefined; inAppRead?: boolean | undefined; }'.
Docker build check (ubuntu-latest, 16.x): src/mappings/utils.ts#L1
Argument of type '{ notificationId: string; inAppRead: false; mailSent: false; }' is not assignable to parameter of type 'Partial<Flat<RuntimeNotificationProcessed>>'.
Docker build check (ubuntu-latest, 16.x): src/server-extension/resolvers/NotificationResolver/index.ts#L1
Type '{ notificationId: string; }' is not assignable to type 'FindOptionsWhere<RuntimeNotificationProcessed> | FindOptionsWhere<RuntimeNotificationProcessed>[] | undefined'.
Docker build check (ubuntu-latest, 16.x): src/server-extension/resolvers/NotificationResolver/index.ts#L1
Type '{ notificationId: string; }' is not assignable to type 'FindOptionsWhere<RuntimeNotificationProcessed> | FindOptionsWhere<RuntimeNotificationProcessed>[] | undefined'.
Docker build check (ubuntu-latest, 16.x)
Process completed with exit code 2.