mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Enforce stronger types for ArrayBuffers and storage
This commit is contained in:
@@ -66,7 +66,7 @@ describe('routineProfileRefresh', () => {
|
||||
return result;
|
||||
}
|
||||
|
||||
function makeStorage(lastAttemptAt: undefined | number = undefined) {
|
||||
function makeStorage(lastAttemptAt?: number) {
|
||||
return {
|
||||
get: sinonSandbox
|
||||
.stub()
|
||||
|
||||
Reference in New Issue
Block a user