Skip to content

Commit

Permalink
chore: fix conflicts and broken code
Browse files Browse the repository at this point in the history
  • Loading branch information
hdJerry committed Aug 2, 2023
1 parent 16619db commit 4311029
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ export default {
stargazerCount: number;
}>,
required: true,
default: () => ({
language: '',
languageColor: undefined,
updatedAt: new Date(),
forkCount: 0,
stargazerCount: 0,
}),
},
},
};
Expand Down

0 comments on commit 4311029

Please sign in to comment.