summary refs log tree commit diff
path: root/src/db/schemas/sensorHistory.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/schemas/sensorHistory.js')
-rw-r--r--src/db/schemas/sensorHistory.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/schemas/sensorHistory.js b/src/db/schemas/sensorHistory.js

index 0cf1187..152f03a 100644 --- a/src/db/schemas/sensorHistory.js +++ b/src/db/schemas/sensorHistory.js
@@ -29,6 +29,6 @@ export const sensorHistorySchema = new Schema( } ); -export const DbSpendHistory = model('sensorHistory', sensorHistorySchema); +export const DbSensorHistory = model('sensorHistory', sensorHistorySchema); console.log('[MONGODB] sensorHistory schema initialized successfully!');