Skip to content

Commit

Permalink
minorfixes for series in front
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagahbond committed Jul 29, 2021
1 parent 492ed42 commit ce02164
Show file tree
Hide file tree
Showing 6 changed files with 1,327 additions and 1,409 deletions.
4 changes: 4 additions & 0 deletions src/challenges/dto/list-challenge.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export class ListChallengeDTO {

execBootstraps: ListExecBootstrapDTO[];

isCourse: boolean;

editedAt?: Date;

createdAt: Date;
Expand All @@ -27,6 +29,8 @@ export const listChallengeTemplate: ListChallengeDTO = {

owner: '{}',

isCourse: false,

execBootstraps: [],

editedAt: new Date(),
Expand Down
Loading

0 comments on commit ce02164

Please sign in to comment.