Skip to content

Commit

Permalink
feat(DTFS2-7052): renaming enums/geospatial.ts to enums/geospatialCou…
Browse files Browse the repository at this point in the history
…ntries.ts
  • Loading branch information
avaitonis committed Apr 18, 2024
1 parent 4c503ca commit 252b5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/enums.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import * as FALLBACK_TO_LEGACY_DATA from './enums/fallbackToLegacyData';
import * as GEOSPATIAL from './enums/geospatial';
import * as GEOSPATIAL_COUNTRIES from './enums/geospatialCountries';
import * as PRODUCTS from './enums/products';

export const ENUMS = {
PRODUCTS: PRODUCTS.QueryParamProductsEnum,
FALLBACK_TO_LEGACY_DATA: FALLBACK_TO_LEGACY_DATA.FallbackToLegacyDataEnum,
GEOSPATIAL_COUNTRIES: GEOSPATIAL.GeospatialCountriesEnum,
GEOSPATIAL_COUNTRIES: GEOSPATIAL_COUNTRIES.GeospatialCountriesEnum,
};
File renamed without changes.

0 comments on commit 252b5a1

Please sign in to comment.