mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Update TypeScript to 4.4.2
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import { assert } from 'chai';
|
||||
import { get as getFromConfig } from 'config';
|
||||
import config from 'config';
|
||||
|
||||
import { keyPair, sign, verify } from '../../updater/curve';
|
||||
|
||||
@@ -25,7 +25,7 @@ describe('updater/curve', () => {
|
||||
'hex'
|
||||
);
|
||||
const publicKey = Buffer.from(
|
||||
getFromConfig<string>('updatesPublicKey'),
|
||||
config.get<string>('updatesPublicKey'),
|
||||
'hex'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user