fix(metrics): fix missing default arg to track function

This commit is contained in:
Gergő Jedlicska
2022-12-20 14:53:59 +01:00
parent fcc33f8989
commit afb9065fb9
+1 -1
View File
@@ -60,7 +60,7 @@ def set_host_app(host_app: str, host_app_version: Optional[str] = None):
def track(
action: str,
account,
account=None,
custom_props: Optional[dict] = None,
):
if not TRACK: