Skip to content

Commit

Permalink
fix ref for MSC DMS fields definition
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Nov 6, 2024
1 parent ab4615b commit 7582550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msc_pygeoapi/provider/msc_dms.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, provider_def):
raise ProviderConnectionError(msg)

LOGGER.debug('Grabbing field information')
self.fields = self.get_fields()
self._fields = self.get_fields()

self.sortables = ['obs_date_tm', 'processed_date_tm']

Expand Down

0 comments on commit 7582550

Please sign in to comment.