Skip to content

Commit

Permalink
Merge pull request #751 from Johaney-s/fix_o365
Browse files Browse the repository at this point in the history
fix(o365_mu): fixed group chunks handling
  • Loading branch information
Johaney-s authored Dec 12, 2022
2 parents 6e8e1cb + 4ed1f37 commit 21739d6
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 21739d6

Please sign in to comment.