summaryrefslogtreecommitdiff
path: root/client/data.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-11-13 01:36:00 +0100
committerJules Laplace <julescarbon@gmail.com>2018-11-13 01:36:00 +0100
commit6343816d50246a530c0fea183cb350f3bb4ec664 (patch)
treef58c206c9eb9eaf2e73635ad0c6cc5dad5f6ebab /client/data.js
parenta8ed11c640707ec678a37a10e505a90ab88749c6 (diff)
ar 15 shootings
Diffstat (limited to 'client/data.js')
-rw-r--r--client/data.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/data.js b/client/data.js
index b608483..704416e 100644
--- a/client/data.js
+++ b/client/data.js
@@ -3,6 +3,7 @@ const files = [
"mass_shootings_from_columbine",
"gun_violence_by_month",
"firearms_manufactured",
+ "ar_15_2016_18",
]
const parse = require('csv-parse')
@@ -34,4 +35,4 @@ const load = () => {
return allPromises
}
-export { load } \ No newline at end of file
+export { load }