Make mock server envelopes younger
This commit is contained in:
parent
015d789c90
commit
71c97e9580
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export class Bootstrap {
|
||||||
private privPhone?: PrimaryDevice;
|
private privPhone?: PrimaryDevice;
|
||||||
private privDesktop?: Device;
|
private privDesktop?: Device;
|
||||||
private storagePath?: string;
|
private storagePath?: string;
|
||||||
private timestamp: number = Date.now() - durations.MONTH;
|
private timestamp: number = Date.now() - durations.WEEK;
|
||||||
|
|
||||||
constructor(options: BootstrapOptions = {}) {
|
constructor(options: BootstrapOptions = {}) {
|
||||||
this.server = new Server({
|
this.server = new Server({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue