Skip to content

Commit

Permalink
Merge pull request #238 from KenEucker/develop
Browse files Browse the repository at this point in the history
fix(region): forgot to add utc to the custom fields array
  • Loading branch information
KenEucker authored Feb 22, 2025
2 parents 0ae11e3 + 9449ec9 commit 9742a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const gameDataReferenceFields = ['region', 'settings']
export const gameDataArrayFields = ['ambassadors', 'tags', 'settings']
export const gameDataCustomFields = {
settings: '[]->{key,value}',
region: 'name,description,zipcode,radius',
region: 'name,description,zipcode,radius,utc',
}

export const gameDataFields = Object.keys(createGameObject())
Expand Down

0 comments on commit 9742a36

Please sign in to comment.