We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f937f34 commit 4800627Copy full SHA for 4800627
src/scripts/import.js
@@ -39,7 +39,7 @@ export default async (procedureIds) => {
39
newBIoProcedure.voteDate = lastHistory.date;
40
}
41
let voteResults;
42
- procedures.history.some((h) => {
+ bIoProcedure.history.some((h) => {
43
if (h.decision) {
44
return h.decision.some((decision) => {
45
if (decision.type === 'Namentliche Abstimmung') {
0 commit comments