Skip to content

Commit

Permalink
Add AnalyticsTracker on create agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Aug 2, 2024
1 parent 051b007 commit 98714a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rnd/market/market/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ async def create_agent_entry(
"keywords": keywords,
"categories": categories,
"graph": graph,
# Add analytics tracker maybe?
# "AnalyticsTracker": {"create": {"downloads": 0, "views": 0}},
"AnalyticsTracker": {"create": {"downloads": 0, "views": 0}},
}
)

Expand Down

0 comments on commit 98714a9

Please sign in to comment.