Skip to content

Commit

Permalink
style(prettier): adjusted for updated prettier expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Nov 15, 2023
1 parent 84ca5c6 commit a7bf301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/resolve-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default (
userGitlabUrl && userGitlabApiPathPrefix
? urlJoin(userGitlabUrl, userGitlabApiPathPrefix)
: service === "gitlab" && CI_API_V4_URL
? CI_API_V4_URL
: urlJoin(defaultedGitlabUrl, isNil(userGitlabApiPathPrefix) ? "/api/v4" : userGitlabApiPathPrefix),
? CI_API_V4_URL
: urlJoin(defaultedGitlabUrl, isNil(userGitlabApiPathPrefix) ? "/api/v4" : userGitlabApiPathPrefix),
assets: assets ? castArray(assets) : assets,
milestones: milestones ? castArray(milestones) : milestones,
successComment,
Expand Down

0 comments on commit a7bf301

Please sign in to comment.