Skip to content

Commit

Permalink
updated incomplete years
Browse files Browse the repository at this point in the history
  • Loading branch information
LayaTaal committed Aug 12, 2024
1 parent 925216a commit 93c4e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/datasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { DatasetSchema } from 'types/datasets';
import content from '../content/interactive.md';

export const INCOMPLETE_YEAR_NOTE = 'Data from the shaded year is incomplete.';
export const OIS_INCOMPLETE_YEARS = [2015, 2023];
export const CUST_DEATHS_INCOMPLETE_YEARS: number[] = [2023];
export const OIS_INCOMPLETE_YEARS = [2015];
export const CUST_DEATHS_INCOMPLETE_YEARS: number[] = [];

const {
attributes: { datasets: cmsDatasets },
Expand Down

0 comments on commit 93c4e21

Please sign in to comment.