Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
update name of function
Browse files Browse the repository at this point in the history
  • Loading branch information
B77Mills committed Sep 27, 2023
1 parent 1eff562 commit e6e46ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/marko-web-identity-x/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class IdentityXConfiguration {
return this.getAsArray('requiredServerFields');
}

getGTMUserFieldsData(user) {
getGTMUserData(user) {
if (!user) return {};
const questions = this.getAsObject('gtmUserFields');
const userData = { user_id: user.id };
Expand Down

0 comments on commit e6e46ed

Please sign in to comment.