Skip to content

Commit 9b4f288

Browse files
committed
Rename SyncInvitationWorker to SyncInviteWorker for consistency
1 parent 61f7353 commit 9b4f288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/invitation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def invite_url
101101
end
102102

103103
def sync_async
104-
SyncInvitationWorker.perform_async(id)
104+
SyncInviteWorker.perform_async(id)
105105
end
106106

107107
def sync

0 commit comments

Comments
 (0)