Skip to content

Commit

Permalink
chore: vf 27 march scrape
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Mar 28, 2024
1 parent 87a75ac commit c558929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Maps/UkCoverageMap/Providers/VFProvider.tsx
Expand Up @@ -29,8 +29,9 @@ export default class VodafoneCoverageMapProvider extends CoverageProvider<true>
'2024-02-26': '26 February 2024',
'2024-03-04': '4 March 2024',
'2024-03-24': '24 March 2024',
'2024-03-27': '27 March 2024',
}
protected _version = '2024-03-24'
protected _version = '2024-03-27'

protected _getLayerKeys(version: string): ICoverageLayerKey[] {
const genericKey = [
Expand Down

0 comments on commit c558929

Please sign in to comment.