Skip to content

Commit

Permalink
fix(Pyze) : update_profile_api_type_fix (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess6569 committed May 13, 2022
1 parent 4582267 commit 56cd9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/providers/pyze/pyze.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class Angulartics2Pyze {
}
}

updateUserProfile(properties: string) {
updateUserProfile(properties: any) {
try {
PyzeIdentity.updateUserProfile({},properties)
} catch (e) {
Expand Down

0 comments on commit 56cd9de

Please sign in to comment.