Skip to content

Commit

Permalink
remove church controller and update submodule (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavmalvawala authored Sep 22, 2021
1 parent 80cbc56 commit 230d079
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/apiBase
30 changes: 0 additions & 30 deletions src/controllers/ChurchController.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/controllers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ export { CustomBaseController, ErrorController, NoteController, } from "../apiBa

export { AttendanceRecordController } from "./AttendanceRecordController";
export { CampusController } from "./CampusController";
export { ChurchController } from "./ChurchController";
export { GroupServiceTimeController } from "./GroupServiceTimeController";
export { ServiceController } from "./ServiceController";
export { ServiceTimeController } from "./ServiceTimeController";
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { ArrayHelper, ChurchInterface, UserInterface, DateTimeHelper, UniqueIdHelper } from "../apiBase/helpers";
export { ArrayHelper, DateTimeHelper, UniqueIdHelper } from "../apiBase/helpers";
export * from "./Permissions";

0 comments on commit 230d079

Please sign in to comment.