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(api): remove superfluous headquarters object from source seeder params
The `sources` seeder was failing with a "superfluous variables" error for the `headquarters` key. The logic correctly added the `headquarters_country_id` to the parameter map but failed to remove the original nested `headquarters` object.
This change updates the seeder to remove the `headquarters` key from the map after its ID has been extracted, ensuring the parameter map exactly matches the SQL query and resolving the startup error.
0 commit comments