[mob] tiny change
This commit is contained in:
parent
38381f6bb0
commit
ef4135f378
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class ClusterFeedbackService {
|
|||
// TODO: iterate over this method to find sweet spot
|
||||
Future<Map<int, List<String>>> breakUpCluster(
|
||||
int clusterID, {
|
||||
useDbscan = false,
|
||||
bool useDbscan = false,
|
||||
}) async {
|
||||
_logger.info(
|
||||
'breakUpCluster called for cluster $clusterID with dbscan $useDbscan',
|
||||
|
|
Loading…
Add table
Reference in a new issue