Skip to content

Commit

Permalink
refactor: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
robertkibet committed Mar 9, 2023
1 parent 372511c commit 86951e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const generateGithubVersions = async (repositoryName: string, limit = 5) => {

const versions = await response.json();

// get the most recent 5 updates
const recentUpdates = versions.slice(0, limit).map((version: GithubVersion) => {
return {
text: version.name,
Expand Down

0 comments on commit 86951e1

Please sign in to comment.