fix: Typisierung von timeUnit für Chart.js X-Achse korrigiert ('hour' | 'day')

This commit is contained in:
ISA
2025-05-07 15:35:37 +02:00
parent d9314c7bb2
commit 4f6b664ad0
2 changed files with 3 additions and 3 deletions

View File

@@ -6,5 +6,5 @@
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
*/
const webVersion = "1.6.393";
const webVersion = "1.6.394";
export default webVersion;