Skip to content

Commit

Permalink
Special case
Browse files Browse the repository at this point in the history
  • Loading branch information
kremio committed Oct 25, 2018
1 parent a1e0fc9 commit 8f0074e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions special-cases.js
Expand Up @@ -46,6 +46,11 @@ module.exports = {
startDate: (new Date( "2016-05-31" ) ).toISOString(),
endDate: (new Date( "2016-06-01" ) ).toISOString(),
title: "Unbekannte ritzen Hakenkreuz in Auto vor Moschee"
},
"https://muenchen-chronik.de/mai-2016-rassistische-beschimpfungen-und-drohungen/":{
startDate: (new Date( "2016-05-01" ) ).toISOString(),
endDate: (new Date( "2016-05-31" ) ).toISOString(),
title: "Unbekannte ritzen Hakenkreuz in Auto vor Moschee"
}

}

0 comments on commit 8f0074e

Please sign in to comment.