factories.js: Dateiende-Korruption beheben (fehlendes '};' vor module.exports)
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user