@rr0/cms 0.3.3 → 0.3.4
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.
|
@@ -13,8 +13,6 @@ export class RR0HttpDatasource extends RR0Datasource {
|
|
|
13
13
|
this.http = new HttpSource();
|
|
14
14
|
}
|
|
15
15
|
static id(dateTime, place) {
|
|
16
|
-
var _a;
|
|
17
|
-
const dirName = (_a = place.org) === null || _a === void 0 ? void 0 : _a.dirName;
|
|
18
16
|
return `${dateTime.toString()}-${place.id || place.name}`;
|
|
19
17
|
}
|
|
20
18
|
getFromRows(context, rows) {
|
package/package.json
CHANGED