mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 10:58:19 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -104,7 +104,7 @@ describe('storage service/notification profiles', function (this: Mocha.Suite) {
|
||||
after: secondState,
|
||||
});
|
||||
|
||||
let profileId: Uint8Array | undefined;
|
||||
let profileId: Uint8Array<ArrayBuffer> | undefined;
|
||||
const profilewasAdded = thirdState.hasRecord(record => {
|
||||
if (record.record.notificationProfile == null) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user