Skip to content

Commit

Permalink
swap lat/long
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltott committed Oct 5, 2023
1 parent bb3dcda commit ecac75b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions members/members/davidgsalgado.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ export const davidgsalgado: MemberObject = {
badges: ['Hacktoberfest2023'],

location: {
longitude: 39.043593455828805,
latitude: -76.95610354523609,
latitude: 39.043593455828805,
longitude: -76.95610354523609,
title: 'Maryland, USA',
},
};

0 comments on commit ecac75b

Please sign in to comment.