Update isomorphic-dompurify and test token expiry logic #4583
Annotations
14 errors
lint
Process completed with exit code 1.
|
lint:
src/lib/migrations/routines/index.ts#L11
'updateReportsAssistantId' is defined but never used
|
lint:
src/lib/migrations/routines/index.ts#L10
'deleteEmptyConversations' is defined but never used
|
lint:
src/lib/migrations/routines/index.ts#L9
'updateFeaturedToReview' is defined but never used
|
lint:
src/lib/migrations/routines/index.ts#L8
'trimMessageUpdates' is defined but never used
|
lint:
src/lib/migrations/routines/index.ts#L7
'updateMessageFiles' is defined but never used
|
lint:
src/lib/migrations/routines/index.ts#L6
'updateMessageUpdates' is defined but never used
|
lint:
src/lib/migrations/routines/index.ts#L4
'updateAssistantsModels' is defined but never used
|
lint:
src/lib/migrations/routines/index.ts#L3
'updateSearchAssistant' is defined but never used
|
test
Process completed with exit code 1.
|
src/lib/utils/tree/treeHelpers.spec.ts > inserting conversations > should insert a side branches conversation:
src/lib/utils/tree/treeHelpers.spec.ts#L85
TypeError: Cannot read properties of undefined (reading 'conversations')
❯ insertSideBranchesConversation src/lib/utils/tree/treeHelpers.spec.ts:85:32
❯ src/lib/utils/tree/treeHelpers.spec.ts:160:20
|
src/lib/utils/tree/treeHelpers.spec.ts > inserting conversations > should insert a linear branch conversation:
src/lib/utils/tree/treeHelpers.spec.ts#L42
TypeError: Cannot read properties of undefined (reading 'conversations')
❯ insertLinearBranchConversation src/lib/utils/tree/treeHelpers.spec.ts:42:32
❯ src/lib/utils/tree/treeHelpers.spec.ts:155:20
|
src/lib/utils/tree/treeHelpers.spec.ts > inserting conversations > should insert a legacy conversation:
src/lib/utils/tree/treeHelpers.spec.ts#L8
TypeError: Cannot read properties of undefined (reading 'conversations')
❯ insertLegacyConversation src/lib/utils/tree/treeHelpers.spec.ts:8:32
❯ src/lib/utils/tree/treeHelpers.spec.ts:150:20
|
build-check
Process completed with exit code 1.
|