fix: 🐛 tracker event data fixed

This commit is contained in:
Akash Rajpurohit 2023-06-12 22:08:09 +05:30 committed by GitHub
parent 586529a5ca
commit 1537ed7db7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@
}
});
return track(eventName, { data: eventData });
return track(eventName, eventData);
}
return Promise.resolve();
};