Mik

Results 4 issues of Mik

Need to add validation for Moldova republic of mobile phone numbers. https://github.com/validatorjs/validator.js/edit/master/src/lib/isMobilePhone.js `'ro-MD': /^(\+?373|0)((6(0|1|2|6|7|8|9))|(7(7|8|9)))\d{6}$/` https://www.localeplanet.com/icu/ro-MD/index.html 60 xxxxxx — Orange 61 xxxxxx — Orange 62 xxxxxx — Orange 66 xxxxxx —...

🐛 bug

## Checklist - [ ] PR contains only changes related; no stray files, etc. - [ ] README updated (where applicable) - [ ] Tests written (where applicable)

mc-to-land

Use job ``` user = { firstName: 'test', lastName: 'test', } Bull.add(new UserRegisterEmail().key, user) ``` But data properties names in job are with underscores: ``` data: { first_name: 'test', last_name:...

In documentation no examples how to update many to many. Sequelize update method not work with associations in v6 and v7?