Skip to content

Commit 7aea8ca

Browse files
author
Denisse Mendoza
committed
Fix typo
1 parent 70be24e commit 7aea8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reddit_decider/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,8 +1050,8 @@ def make_object_for_context(self, name: str, span: Span) -> Decider:
10501050
loid_created_timestamp = None
10511051
try:
10521052
if isinstance(ec.authentication_token, ValidatedAuthenticationToken):
1053-
loid_cms = ec.authentication_token.oauth_client_id
1054-
if oc_id:
1053+
loid_cms = ec.authentication_token.loid_created_ms
1054+
if loid_cms:
10551055
loid_created_timestamp = loid_cms
10561056
except Exception as exc:
10571057
logger.info(

0 commit comments

Comments
 (0)