Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Johaney-s committed Dec 12, 2022
2 parents 87c46f4 + 21739d6 commit 0ae05be
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 0ae05be

Please sign in to comment.