Skip to content

Commit

Permalink
fix(main): second round
Browse files Browse the repository at this point in the history
second round
  • Loading branch information
snomiao committed Jun 19, 2024
1 parent 83c791e commit 0b08f2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/CNRepos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export type CustomNodeRepo = {

/** @deprecated use cr_ids or on_registry */
cr?: Pick<WithId<CRNode>, "_id" | "id" | "name">;

cr_ids?: ObjectId[];
on_registry?: Task<boolean>; // check if cr_ids is not empty

Expand All @@ -51,16 +51,16 @@ export type CustomNodeRepo = {

// cache
pulls?: Task<GithubPullParsed[]>;

crPulls?: Task<CRPull[]>;

/** @deprecated TODO: NOT IMPLEMENTD */
crPull_ids: ObjectId[];

candidate?: Task<boolean>;
// createFork?: Task<GithubRepo>;
// createBranches?: Task<{ type: CRType; assigned: Worker } & PushedBranch>[];

/** @deprecated use CRPulls.pull */
createdPulls?: Task<GithubPullParsed[]>;
};
Expand Down

0 comments on commit 0b08f2a

Please sign in to comment.