1
0
Fork 0

Fix typo.

This commit is contained in:
Max Neunhoeffer 2016-06-17 23:58:58 -07:00
parent aae9e92dc0
commit 67bd33152b
1 changed files with 1 additions and 1 deletions

View File

@ -1271,7 +1271,7 @@ function synchronizeLocalFollowerCollections (plannedCollections,
inCurrent.servers[0] === shards[shard][0]) {
scheduleOneShardSynchronization(
database, shard, collInfo.planId,
inCurrent.servers[0]));
inCurrent.servers[0]);
}
}
}