One day I'll learn to develop the softwares

This commit is contained in:
Markus Olsson 2024-06-25 11:57:08 +02:00
parent 4c835115ac
commit fa79a28cda

View file

@ -34,10 +34,7 @@ import { getNotificationsEnabled } from '../stores/notifications-store'
import { isInApplicationFolder } from '../../ui/main-process-proxy'
import { getRendererGUID } from '../get-renderer-guid'
import { ValidNotificationPullRequestReviewState } from '../valid-notification-pull-request-review'
import {
useExternalCredentialHelper,
useExternalCredentialHelperKey,
} from '../trampoline/use-external-credential-helper'
import { useExternalCredentialHelperKey } from '../trampoline/use-external-credential-helper'
import { enableExternalCredentialHelper } from '../feature-flag'
type PullRequestReviewStatFieldInfix =
@ -408,7 +405,7 @@ interface ICalculatedStats {
* Whether or not the user has enabled the external credential helper or null
* if the user has not yet made an active decision
**/
readonly useExternalCredentialHelper: boolean | null
readonly useExternalCredentialHelper?: boolean | null
}
type DailyStats = ICalculatedStats &