mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Consolidate sleep usages into a tested utility function
This commit is contained in:
committed by
Scott Nonnenberg
parent
c4de9436f3
commit
60f2422e2a
@@ -16,7 +16,7 @@ const {
|
||||
|
||||
const Attachments = require('../../app/attachments');
|
||||
const Message = require('./types/message');
|
||||
const { sleep } = require('./sleep');
|
||||
const { sleep } = require('../../ts/util/sleep');
|
||||
|
||||
// See: https://en.wikipedia.org/wiki/Fictitious_telephone_number#North_American_Numbering_Plan
|
||||
const SENDER_ID = '+12126647665';
|
||||
|
||||
Reference in New Issue
Block a user