diff --git a/src/utils/objects.ts b/src/utils/objects.ts index 41e3f37d1b..166c31c4c3 100644 --- a/src/utils/objects.ts +++ b/src/utils/objects.ts @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import { arrayDiff, arrayHasDiff, arrayMerge, arrayUnion } from "./arrays"; +import { arrayDiff, arrayMerge, arrayUnion } from "./arrays"; type ObjectExcluding = {[k in Exclude]: O[k]};