@stamhoofd/backend 2.30.3 → 2.30.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamhoofd/backend",
3
- "version": "2.30.3",
3
+ "version": "2.30.4",
4
4
  "main": "./dist/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -36,14 +36,14 @@
36
36
  "@simonbackx/simple-encoding": "2.15.1",
37
37
  "@simonbackx/simple-endpoints": "1.14.0",
38
38
  "@simonbackx/simple-logging": "^1.0.1",
39
- "@stamhoofd/backend-i18n": "2.30.3",
40
- "@stamhoofd/backend-middleware": "2.30.3",
41
- "@stamhoofd/email": "2.30.3",
42
- "@stamhoofd/models": "2.30.3",
43
- "@stamhoofd/queues": "2.30.3",
44
- "@stamhoofd/sql": "2.30.3",
45
- "@stamhoofd/structures": "2.30.3",
46
- "@stamhoofd/utility": "2.30.3",
39
+ "@stamhoofd/backend-i18n": "2.30.4",
40
+ "@stamhoofd/backend-middleware": "2.30.4",
41
+ "@stamhoofd/email": "2.30.4",
42
+ "@stamhoofd/models": "2.30.4",
43
+ "@stamhoofd/queues": "2.30.4",
44
+ "@stamhoofd/sql": "2.30.4",
45
+ "@stamhoofd/structures": "2.30.4",
46
+ "@stamhoofd/utility": "2.30.4",
47
47
  "archiver": "^7.0.1",
48
48
  "aws-sdk": "^2.885.0",
49
49
  "axios": "1.6.8",
@@ -60,5 +60,5 @@
60
60
  "postmark": "4.0.2",
61
61
  "stripe": "^16.6.0"
62
62
  },
63
- "gitHead": "1c2d9449b991aad4d358c913650c83156ebf2b31"
63
+ "gitHead": "5ac1ec0063d7697924cbae6dbbfe270949ab0dcd"
64
64
  }
@@ -567,7 +567,7 @@ export class PatchOrganizationMembersEndpoint extends Endpoint<Params, Query, Bo
567
567
  const withRegistrations = await Member.getBlobByIds(...existingMembers.map(m => m.id))
568
568
  for (const m of withRegistrations) {
569
569
  if (m.registrations.length > 0) {
570
- return member
570
+ return m
571
571
  }
572
572
  }
573
573