Skip to content

Commit

Permalink
Rename signal
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Nov 15, 2024
1 parent 5a8bf13 commit 81e312b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/mergin/sync/public_api_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
from .errors import StorageLimitHit
from ..utils import format_time_delta

push_finished = signal("push_triggered")
push_finished = signal("push_finished")
# TODO: Move to database events to handle all commits to project versions
project_version_created = signal("project_version_created")

Expand Down

0 comments on commit 81e312b

Please sign in to comment.