Skip to content

Commit 4800627

Browse files
committed
fix wrong variable name
1 parent f937f34 commit 4800627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/import.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default async (procedureIds) => {
3939
newBIoProcedure.voteDate = lastHistory.date;
4040
}
4141
let voteResults;
42-
procedures.history.some((h) => {
42+
bIoProcedure.history.some((h) => {
4343
if (h.decision) {
4444
return h.decision.some((decision) => {
4545
if (decision.type === 'Namentliche Abstimmung') {

0 commit comments

Comments
 (0)