@timeback/core 0.2.4-beta.20260409195426 → 0.2.4-beta.20260422095241
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2123,7 +2123,7 @@ class AnalyticsResource {
|
|
|
2123
2123
|
timezone: validated.timezone
|
|
2124
2124
|
}
|
|
2125
2125
|
});
|
|
2126
|
-
return response
|
|
2126
|
+
return response;
|
|
2127
2127
|
}
|
|
2128
2128
|
async getWeeklyFacts(params) {
|
|
2129
2129
|
const validated = validateWithSchema(EdubridgeWeeklyFactsParams, params, "weekly facts params");
|
|
@@ -2146,7 +2146,7 @@ class AnalyticsResource {
|
|
|
2146
2146
|
timezone: validated.timezone
|
|
2147
2147
|
}
|
|
2148
2148
|
});
|
|
2149
|
-
return response
|
|
2149
|
+
return response;
|
|
2150
2150
|
}
|
|
2151
2151
|
getHighestGradeMastered(studentId, subject) {
|
|
2152
2152
|
validateNonEmptyString(studentId, "studentId");
|
package/dist/index.js
CHANGED
package/dist/utils.js
CHANGED