mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-03 14:51:18 +01:00
Move web_api.js and js/modules/crypto.js to TypeScript
This commit is contained in:
@@ -17,7 +17,7 @@ const {
|
||||
intsToByteHighAndLow,
|
||||
splitBytes,
|
||||
trimBytes,
|
||||
} = require('../crypto');
|
||||
} = require('../../../ts/Crypto');
|
||||
|
||||
const REVOKED_CERTIFICATES = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user