fix lint
This commit is contained in:
parent
8291cc57c4
commit
bc68b53b61
|
@ -42,5 +42,5 @@ export async function setUserProperty(property: string, value: string) {
|
|||
const identifyObj = new Identify()
|
||||
identifyObj.set(property, value)
|
||||
await identify(identifyObj)
|
||||
Sprig.setAttributes(identifyObj)
|
||||
Sprig.setAttributes({ [property]: value })
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user