Fix lodash import for cloud functions

This commit is contained in:
James Grugett 2022-04-13 12:44:47 -05:00
parent 4268e03293
commit 6ac361fdb9

View File

@ -1,4 +1,4 @@
import _ from 'lodash'
import * as _ from 'lodash'
import { Contract } from './contract'
import { filterDefined } from './util/array'
import { addObjects } from './util/object'