propro-utils 1.5.77 → 1.5.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -213,6 +213,7 @@ const checkIfUserExists = async accountId => {
213
213
  accountId,
214
214
  userId: user.id,
215
215
  id: uuidv4(),
216
+ isDefault: true,
216
217
  });
217
218
 
218
219
  await userSchema.updateOne(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-utils",
3
- "version": "1.5.77",
3
+ "version": "1.5.78",
4
4
  "description": "Auth middleware for propro-auth",
5
5
  "main": "src/index.js",
6
6
  "scripts": {