Skip to content

Commit

Permalink
fix(shared_structure): auto versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Jan 6, 2019
1 parent 60979da commit 19d7128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lbsntransform/classes/shared_structure_proto_lbsndb.py
Expand Up @@ -211,6 +211,7 @@ def prepare_lbsn_post(self, record):
return prepared_record

def prepare_lbsn_postreaction(self, record):
"""Get common attributes for records of type PostReaction"""
post_reaction_record = PostreactionAttrShared(record)
prepared_record = (post_reaction_record.origin_id,
post_reaction_record.guid,
Expand Down

0 comments on commit 19d7128

Please sign in to comment.