obaqueiro-primetrust
Results
2
comments of
obaqueiro-primetrust
Hey there, We have it under the main.ts file, in the `app.connectMicroservice` function call under the `strategy` parameter. It looks something like this: ``` // This is the custom RabbitMQ...
Seems the issue is in: https://github.com/andreasonny83/unique-names-generator/blob/main/src/dictionaries/numbers.ts#L21 The call to `Math.random()` does not allow a seed. I think the `generate` call should allow for a seed input.