This commit is contained in:
Barak Gila 2022-09-26 14:39:57 -07:00
parent 8291cc57c4
commit bc68b53b61

View File

@ -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 })
}