@gen3/core 0.10.81 → 0.10.82
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.
package/dist/cjs/index.js
CHANGED
|
@@ -38,7 +38,7 @@ function _interopNamespaceDefault(e) {
|
|
|
38
38
|
|
|
39
39
|
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
40
40
|
|
|
41
|
-
const GEN3_COMMONS_NAME = process.env.
|
|
41
|
+
const GEN3_COMMONS_NAME = process.env.NEXT_PUBLIC_GEN3_COMMONS_NAME || 'gen3';
|
|
42
42
|
const GEN3_API = process.env.NEXT_PUBLIC_GEN3_API || '';
|
|
43
43
|
const GEN3_DOMAIN = process.env.NEXT_PUBLIC_GEN3_DOMAIN || '';
|
|
44
44
|
/**
|
|
@@ -2349,6 +2349,7 @@ const cohortsAdapter = createEntityAdapter<Cohort>({
|
|
|
2349
2349
|
if (!filters) {
|
|
2350
2350
|
return;
|
|
2351
2351
|
}
|
|
2352
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2352
2353
|
const { [field]: _a, ...updated } = filters;
|
|
2353
2354
|
return {
|
|
2354
2355
|
cohort: {
|