dalexander
11/03/2017, 7:53 PM.map { unscheduleQueriesNotOnDashboards() }
is going to return a List<Map<String, Set<String>>>
which is probably not what you want to operate on, which is what’s causing problems when you’re trying to call emailOwner()
in the next map