Skip to content

Commit f463f93

Browse files
author
Kevin Hannegan
committed
fix typo
1 parent 7c01533 commit f463f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presalytics/client/oidc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def client_credentials_token(self, audience=None, scope=None):
265265
"grant_type": "client_credentials",
266266
"audience": audience
267267
}
268-
return self._post(self.token_endpoint, data)
268+
return self._post(self.token_endpoint, post_data)
269269

270270

271271

0 commit comments

Comments
 (0)