diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-07-25 20:57:30 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:34 +0100 |
| commit | 27cde226cdb783f7f83adf14e4cd4a1d2d93ee39 (patch) | |
| tree | 8fc7faecd02b54265b53c4efd0c9efaff54169b4 /src | |
| parent | 68b9da012f836d39a6db8c4ccd2f68d1531a5c81 (diff) | |
| download | brokentalents-27cde226cdb783f7f83adf14e4cd4a1d2d93ee39.tar.gz brokentalents-27cde226cdb783f7f83adf14e4cd4a1d2d93ee39.zip | |
ReportService: Fix metadata path
Diffstat (limited to 'src')
| -rw-r--r-- | src/ReportService.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReportService.js b/src/ReportService.js index 67f9464..f11240c 100644 --- a/src/ReportService.js +++ b/src/ReportService.js @@ -1,5 +1,5 @@ import * as maps from './maps/maps'; -import * as metadata from '../data/2d73896c/metadata.json'; +import * as metadata from '../data/5f7773da/metadata.json'; import * as R from 'ramda'; const POPULAR_THRESHOLD = 1.0; // percent |
