Skip to content

Commit

Permalink
fix: added missing path to ALWAYS_ARRAY_PATHS, caused parsing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Jan 5, 2024
1 parent 7ee2e7f commit a9f889c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export const ALWAYS_ARRAY_PATHS = [
'VpMobil.Klassen.Kl.KlStunden.KlSt',
'VpMobil.Klassen.Kl.Kurse.Ku',
'VpMobil.Klassen.Kl.Unterricht.Ue',
'VpMobil.Klassen.Kl.Pl.Std',
];

type BootstrapOptions = {
Expand Down

0 comments on commit a9f889c

Please sign in to comment.