Skip to content

Commit

Permalink
fix: mitm constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio1988 committed Nov 27, 2023
1 parent 8bc85e6 commit f931530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client/src/app/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const makeServer = ({ environment = 'test' } = {}) => {
traceMessages: faker.datatype.boolean(),
version: '15',
workerId: faker.vehicle.vrm() + `${i}`,
deviceId: faker.vehicle.vrm(),
userAgent: ""

Check failure on line 78 in packages/client/src/app/server.ts

View workflow job for this annotation

GitHub Actions / Nx Cloud - Main Job / Run

Replace `""` with `'',`
};
},
}),
Expand Down

0 comments on commit f931530

Please sign in to comment.