mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Clean up iterable utilities
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import { isPlainObject } from 'lodash';
|
||||
|
||||
import { isIterable } from '../util/isIterable';
|
||||
import { isIterable } from '../util/iterables';
|
||||
|
||||
/**
|
||||
* IPC arguments are serialized with the [structured clone algorithm][0], but we can only
|
||||
|
||||
Reference in New Issue
Block a user