Skip to content

Commit

Permalink
fix: fixed a validation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AndySakov committed Nov 20, 2024
1 parent 3f08cd5 commit f6d3bcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shared/interfaces/organization-with-links.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { OrgJob } from "./org-job.interface";
import { ProjectWithRelations } from "./project-with-relations.interface";
import { Audit } from "./audit.interface";
import { Hack } from "./hack.interface";
import { Investor } from "./investor.interface";
import { Repository } from "./repository.interface";
import { StructuredJobpostWithRelations } from "./structured-jobpost-with-relations.interface";
import { Chain } from "./chain.interface";
Expand Down Expand Up @@ -44,7 +43,6 @@ export class OrganizationWithLinks extends Organization {
jobs: t.array(
StructuredJobpostWithRelations.StructuredJobpostWithRelationsType,
),
investors: t.array(Investor.InvestorType),
repos: t.array(Repository.RepositoryType),
}),
),
Expand Down

0 comments on commit f6d3bcc

Please sign in to comment.