Skip to content

Commit

Permalink
fix: remove unneeded map to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
dcshzj committed Oct 3, 2023
1 parent 07e1e48 commit 9f5ffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/admin/RepoManagementService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RepoManagementService {

return new GitHubApiError(`Failed to reset repo to commit ${commitSha}`)
}
).map(() => undefined)
)
}
}

Expand Down

0 comments on commit 9f5ffce

Please sign in to comment.