Skip to content

Commit

Permalink
avniproject/avni-product#1561 | import _ from "lodash" where missing
Browse files Browse the repository at this point in the history
  • Loading branch information
1t5j0y committed Mar 28, 2024
1 parent ea93545 commit 237ad56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/RuleDependency.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import ReferenceEntity from "./ReferenceEntity";
import General from "./utility/General";
import _ from "lodash";

class RuleDependency extends ReferenceEntity {
static noop = "{}";
Expand Down
1 change: 1 addition & 0 deletions src/StandardReportCardType.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import BaseEntity from "./BaseEntity";
import General from "./utility/General";
import TaskType from "./task/TaskType";
import ApprovalStatus from "./ApprovalStatus";
import _ from "lodash";

class StandardReportCardType extends BaseEntity {
static schema = {
Expand Down
1 change: 1 addition & 0 deletions src/SubjectType.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import General from "./utility/General";
import Format from "./application/Format";
import ResourceUtil from "./utility/ResourceUtil";
import SchemaNames from "./SchemaNames";
import _ from "lodash";

class SubjectType extends ReferenceEntity {
static schema = {
Expand Down
1 change: 1 addition & 0 deletions src/draft/DraftSubject.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import AddressLevel from "../AddressLevel";
import Observation from "../Observation";
import Point from "../geo/Point";
import SchemaNames from "../SchemaNames";
import _ from "lodash";

class DraftSubject extends BaseEntity {
static schema = {
Expand Down

0 comments on commit 237ad56

Please sign in to comment.