You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This one's kinda weird I think. I have accidentally been using 'start-sync' for kicking off a replication job, instead of start_sync. I didn't really notice until I was looking more deeply in the code, but 'start-sync' is not called out anywhere, and the function for it is rather explicitly called 'start_sync;. Does this leverage some sort of built-in operator in one of the ruby libs that might cull anything after 'start' or something perhaps?
The text was updated successfully, but these errors were encountered:
This one's kinda weird I think. I have accidentally been using '
start-sync
' for kicking off a replication job, instead ofstart_sync
. I didn't really notice until I was looking more deeply in the code, but 'start-sync' is not called out anywhere, and the function for it is rather explicitly called 'start_sync;. Does this leverage some sort of built-in operator in one of the ruby libs that might cull anything after 'start' or something perhaps?The text was updated successfully, but these errors were encountered: