Skip to content

Commit

Permalink
refactor: removing unused libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Guzman authored and Andres Guzman committed Oct 26, 2023
1 parent 18f4335 commit dc4ff90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions apps/api/src/app/groups/entities/group.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {
} from "typeorm"
import { OAuthAccount } from "../../credentials/entities/credentials-account.entity"
import { Member } from "./member.entity"
import { BigNumberish } from "ethers"

@Entity("groups")
export class Group {
Expand All @@ -31,7 +30,6 @@ export class Group {

@Column({
name: "tree_root",
nullable: true /* TODO: remove this */
})
treeRoot: string

Expand Down
1 change: 0 additions & 1 deletion apps/api/src/app/groups/groups.utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Any } from "typeorm"
import { Group } from "./entities/group.entity"

export function mapGroupToResponseDTO(
Expand Down

0 comments on commit dc4ff90

Please sign in to comment.