Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit d7c069f

Browse files
maybe this should be groupIds?
1 parent 5c041ed commit d7c069f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ProcessorService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async function parsePayload (payload, m2mToken, isCreated = true) {
211211
}
212212
}
213213
if (legacyGroups.length > 0) {
214-
data.groups = legacyGroups
214+
data.groupIds = legacyGroups
215215
}
216216
}
217217
return data

0 commit comments

Comments
 (0)