mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Enable tsconfig noUncheckedIndexedAccess
This commit is contained in:
@@ -201,7 +201,7 @@ describe('SQL/updateToSchemaVersion1040', () => {
|
||||
|
||||
const attachments = getAttachmentDownloadJobs(db);
|
||||
assert.strictEqual(attachments.length, 1);
|
||||
assert.strictEqual(attachments[0].attempts, 0);
|
||||
assert.strictEqual(attachments[0]?.attempts, 0);
|
||||
});
|
||||
|
||||
it('uses indices searching for next job', () => {
|
||||
|
||||
Reference in New Issue
Block a user