Skip to content

Commit

Permalink
fix(o365_mu): fixed group chunks handling
Browse files Browse the repository at this point in the history
* all groups were sent to server instead of current chunk
  • Loading branch information
Johaney-s committed Dec 7, 2022
1 parent 6e8e1cb commit 4ed1f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion send/o365_mu_process.pl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
if($DEBUG>0) { print "INFO: Groups chunk number - $chunkCounter\n"; }

#groups to be updated as content for call
my $groupsContent = getGroupsContent($groupsToProcessStruc);
my $groupsContent = getGroupsContent($chunk);
my $groupsResult = callServerForUpdate($groupsContent);
my $groupsResultMap = transformResultToMap($groupsResult);
#check all processed groups and add them to the cache if they were updated ok
Expand Down

0 comments on commit 4ed1f37

Please sign in to comment.