Remove usage of deprecated faker unique function and use the enforce-unique npm package #21
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
faker.helper.unique
function is deprecated and, as stated here, the alternative seems to be using theenforce-unique
package, as stated here.We should use this new package instead and remove the usage of the old function.