mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -48,7 +48,7 @@ type NextSessionRowType = Readonly<{
|
||||
ourServiceId: string;
|
||||
serviceId: string;
|
||||
deviceId: number;
|
||||
record: Buffer;
|
||||
record: Buffer<ArrayBuffer>;
|
||||
}>;
|
||||
|
||||
function migrateSession(
|
||||
|
||||
Reference in New Issue
Block a user