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
fix: return error when trying to import empty objects
echo '{}' | algolia objects import -F- --auto-generate...
used to create an empty record with just the objectID.
I think it's more reasonable to expect it to return an error instead,
as it's likely a user error.
0 commit comments