Fix a few crashes during QBO sync #1223
Annotations
10 warnings
Run lint:
apps/cli/_cli.ts#L52
Unsafe return of type `any` from function with return type `NonNullable<{ airtable?: {} | undefined; beancount?: {} | undefined; brex?: { oauth?: { clientId: string; clientSecret: string; } | null | undefined; apikeyAuth?: boolean | undefined; } | undefined; ... 24 more ...; yodlee?: { ...; } | undefined; }[T]>`
|
Run lint:
apps/cli/_cli.ts#L78
Forbidden non-null assertion
|
Run lint:
apps/cli/_cli.ts#L105
Forbidden non-null assertion
|
Run lint:
apps/cli/_cli.ts#L107
Forbidden non-null assertion
|
Run lint:
apps/cli/cli-utils.ts#L120
Unexpected any. Specify a different type
|
Run lint:
apps/cli/sync-test-old.ts#L179
Unexpected any. Specify a different type
|
Run lint:
apps/gondola/next.config.ts#L14
Async method 'rewrites' has no 'await' expression
|
Run lint:
apps/gondola/tailwind.config.ts#L67
Strings must use singlequote
|
Run lint:
apps/gondola/tailwind.config.ts#L68
Strings must use singlequote
|
Run lint:
apps/gondola/tailwind.config.ts#L90
Unsafe call of an `any` typed value
|
The logs for this run have expired and are no longer available.
Loading