factories.js: Dateiende-Korruption beheben (fehlendes '};' vor module.exports)

This commit is contained in:
2026-08-24 20:06:23 +02:00
parent 8b3efe99e5
commit a0f6b0a8eb
+4 -1
View File
@@ -255,4 +255,7 @@ function makeSlotSensorIntent({
const PERIOD_PHRASES = {
tag: 'diesen Tag',
woche: 'diese Woche',
monat: 'diesen Monat', }­odule.exports = { makeApplianceIntent, makeSimpleSensorIntent, makeSlotSensorIntent, resolveSlot, PERIOD_PHRASES };
monat: 'diesen Monat',
};
module.exports = { makeApplianceIntent, makeSimpleSensorIntent, makeSlotSensorIntent, resolveSlot, PERIOD_PHRASES };