| 1 | const db = require("../models/models"); |
| 2 | |
| 3 | const chartAttributeExcludes = ["id", "project_id", "chartData", "createdAt", "updatedAt", "lastAutoUpdate", "chartDataUpdated"]; |
| 4 | const chartDatasetConfigAttributeExcludes = ["id", "chart_id", "createdAt", "updatedAt"]; |
nothing calls this directly
no test coverage detected