Skip to content

Commit

Permalink
assert depracated and replaced to with
Browse files Browse the repository at this point in the history
  • Loading branch information
bkop-ds committed Jul 1, 2024
1 parent d727f88 commit 284c922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/visualization.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import {
} from "./shared.js";
import { variables } from "./variables.js";
//import { graphVariables } from "./graphVariables.js";
import graphVariables from "../graphVariables.json" assert { type: 'json' };
import graphVariablesCases from "../graphVariablesCases.json" assert { type: 'json' };
import graphVariables from "../graphVariables.json" with { type: 'json' };
import graphVariablesCases from "../graphVariablesCases.json" with { type: 'json' };
import { addEventSummaryStatsFilterForm, filterData } from "./event.js";

//console.log(data);
Expand Down

0 comments on commit 284c922

Please sign in to comment.