Skip to content

Commit 7fd6f77

Browse files
Add correct python method
1 parent 196e832 commit 7fd6f77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sources/platform/actors/publishing/monetize/pay_per_event.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ async def charge_for_actor_start():
115115
charging_manager = Actor.get_charging_manager()
116116

117117
# Don't charge the "Actor start" event again after Actor migration
118-
# TODO: FIX
119118
if charging_manager.get_charged_event_count("actor-start") == 0:
120119
await Actor.charge(event_name="actor-start")
121120

0 commit comments

Comments
 (0)