Skip to content

Commit

Permalink
fix: memo collect id
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Dec 18, 2023
1 parent b9c465b commit 4824f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/timeline_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def create_subject_collection_timeline(
subject_id=str(req.subject.id),
collect_comment=html.escape(req.comment),
collect_rate=req.rate,
collect_id=req.collection_id,
)

session.add(
Expand Down

0 comments on commit 4824f0a

Please sign in to comment.